F4SE Script
Jump to navigation
Jump to search
Extends: ScriptObject
Requires F4SE version 0.2.0 or higher.
Native script that provides general F4SE specific information.
Definition[edit | edit source]
ScriptName F4SE Native Hidden
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
F4SE Global Functions[edit | edit source]
- Function GetVersion()
- Get the major version of F4SE.
- Function GetVersionMinor()
- Get the minor version of F4SE.
- Function GetVersionBeta()
- Get the beta version of F4SE.
- Function GetVersionRelease()
- Get the release index of F4SE.
- Function GetScriptVersionRelease()
- Get the release index of this script file.
- Function GetPluginVersion(string name)
- Get a plugin's version number, -1 if the plugin is not loaded.
Member Functions[edit | edit source]
None
F4SE Member Functions[edit | edit source]
None
Events[edit | edit source]
None