Background for Fallout 4

F4SE


Inheritance Tree

No indexed scripts extend this script.

Structs
Properties
Events
Functions
intfunctionGetVersion()NativeGlobal

Returns the major version of F4SE which is the first number of the version scheme.

intfunctionGetVersionMinor()NativeGlobal

Returns the minor version of F4SE which is the second number of the version scheme.

intfunctionGetVersionBeta()NativeGlobal

Returns the beta version of F4SE which is the third number of the version scheme.

intfunctionGetVersionRelease()NativeGlobal

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.

intfunctionGetScriptVersionRelease()Global

Gets the current script version of F4SE's scripts. This can be used to detect a script/runtime version mismatch.

intfunctionGetPluginVersion(stringname)NativeGlobal

Gets the version of any currently installed F4SE plugin.

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