F4SE Script

From the Fallout4 CreationKit Wiki
Revision as of 15:35, 23 March 2017 by imported>Qazaaq (Added to the F4SE category)
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