The F4SE script is a part of Fallout 4’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Fallout 4 Script Extender (F4SE).
For this script, the Papyrus index knows about:
- 6 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
No events found.
Functions
- Found in:
- F4SE
Returns the major version of F4SE which is the first number of the version scheme.
- Found in:
- F4SE
Returns the minor version of F4SE which is the second number of the version scheme.
- Found in:
- F4SE
Returns the beta version of F4SE which is the third number of the version scheme.
- Found in:
- F4SE
Returns the release index of F4SE which is the fourth number of the version scheme. This number is incremented every time F4SE is released outside of the development team.
- Found in:
- F4SE
Gets the current script version of F4SE's scripts. This can be used to detect a script/runtime version mismatch.
- Found in:
- F4SE
Gets the version of any currently installed F4SE plugin.
