Background for Skyrim SE

The Scene Script

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

    For this script, the Papyrus index knows about:

    • 6 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      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.

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.