F4SE Script

From the Fallout4 CreationKit Wiki
Revision as of 15:34, 7 February 2017 by imported>Google11 (Add F4SE.psc documentation from F4SE v0.3.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


General F4SE-specific information

Definition

ScriptName F4SE Native Hidden

Properties

None

Global Functions

None

F4SE Global Functions

  • 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. This number is incremented every time
  • Function GetScriptVersionRelease()
    • Get the release index of this script file. Can be used to detect a script/runtime version mismatch
  • Function GetPluginVersion(string name)
    • Get a plugin's version number, -1 if the plugin is not loaded

Member Functions

None

F4SE Member Functions

None

Events

None