The GlobalVariable 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 functions
- 1 property
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
vanilla
- floatvalue=NONE
Events
No events found.
Functions
- Found in:
- Vanilla
Gets the current value of this global object, cast as an int for convenience.
- Found in:
- Vanilla
Sets the current value of the global variable object, taking an int as a parameter. See GlobalVariable.SetValue(...)
