Difference between revisions of "F4SE Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Google11
(Add F4SE.psc documentation from F4SE v0.3.0)
 
imported>Qazaaq
(Added to the F4SE category)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
 
[[Category:F4SE]]
General F4SE-specific information
General F4SE-specific information



Revision as of 15:35, 23 March 2017

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