Background for Fallout 4

The Scene Script

    The Scene script is a part of Fallout 4’s Papyrus scripting ecosystem. It is included with the base game.

    For this script, the Papyrus index knows about:

    • 5 events
    • 7 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Structs

    The Papyrus Index is still under construction. Structs have not been implemented yet.

      Properties

      No properties found.

        Events

        Functions

        • voidfunctionForceStart()Native

          Starts the scene and force stops all scene currently running on any actors in this scene.

        • voidfunctionStart()Native

          Starts the scene.

        • voidfunctionStop()Native

          Stops the scene.

        • boolfunctionIsPlaying()Native

          Returns whether the scene is currently playing or not.

        • QuestfunctionGetOwningQuest()Native

          Gets the quest that owns this scene.

        • boolfunctionIsActionComplete(intaiActionID)Native

          Checks to see if the specified action in this scene is completed.

        • voidfunctionPause(boolabPause)Native

          Pauses or unpauses the scene

        Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.