SKSE Script
Jump to navigation
Jump to search
Collection of SKSE global functions. (These functions require SKSE)
Definition[edit | edit source]
ScriptName SKSE
Properties[edit | edit source]
None
SKSE Global Functions[edit | edit source]
- Int GetVersion()
- Returns the major version of SKSE.
- Int GetVersionMinor()
- Returns the minor version of SKSE.
- Int GetVersionBeta()
- Returns the beta version of SKSE.
- Int GetVersionRelease()
- Returns the release index of SKSE.
- Int GetScriptVersionRelease()
- Returns the script release index of the SKSE script file.
- Int GetPluginVersion(String name)
- Returns the specified plugin's version number (-1 if the plugin is not loaded).
Member Functions[edit | edit source]
None
Events[edit | edit source]
None