The Scene script is a part of Starfield’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
- Found in:
- Vanilla
eventOnAction(intauiActionID, ReferenceAliasakAlias)Event called when a scene timer action is run.
- Found in:
- Vanilla
eventOnPhaseBegin(intauiPhaseIndex)Event called when a scene phase starts.
- Found in:
- Vanilla
eventOnPhaseEnd(intauiPhaseIndex)Event called when a scene phase ends.
