Difference between revisions of "F4SE Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Added to the F4SE category)
imported>Qazaaq
m (Tweaked function short descriptions and class long description.)
Line 3: Line 3:
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:F4SE]]
[[Category:F4SE]]
General F4SE-specific information
'''Extends:''' [[ScriptObject Script|ScriptObject]]
 
Native script that provides general F4SE specific information.


== Definition ==
== Definition ==
Line 18: Line 20:
== F4SE Global Functions ==
== F4SE Global Functions ==
*Function [[GetVersion - F4SE|GetVersion]]()
*Function [[GetVersion - F4SE|GetVersion]]()
**Get the major version of F4SE
**Get the major version of F4SE.
*Function [[GetVersionMinor - F4SE|GetVersionMinor]]()
*Function [[GetVersionMinor - F4SE|GetVersionMinor]]()
**Get the minor version of F4SE
**Get the minor version of F4SE.
*Function [[GetVersionBeta - F4SE|GetVersionBeta]]()
*Function [[GetVersionBeta - F4SE|GetVersionBeta]]()
**Get the beta version of F4SE
**Get the beta version of F4SE.
*Function [[GetVersionRelease - F4SE|GetVersionRelease]]()
*Function [[GetVersionRelease - F4SE|GetVersionRelease]]()
**Get the release index of F4SE. This number is incremented every time
**Get the release index of F4SE.
*Function [[GetScriptVersionRelease - F4SE|GetScriptVersionRelease]]()
*Function [[GetScriptVersionRelease - F4SE|GetScriptVersionRelease]]()
**Get the release index of this script file. Can be used to detect a script/runtime version mismatch
**Get the release index of this script file.
*Function [[GetPluginVersion - F4SE|GetPluginVersion]](string name)
*Function [[GetPluginVersion - F4SE|GetPluginVersion]](string name)
**Get a plugin's version number, -1 if the plugin is not loaded
**Get a plugin's version number, -1 if the plugin is not loaded.


== Member Functions ==
== Member Functions ==

Revision as of 10:24, 6 April 2017

Extends: ScriptObject

Native script that provides general F4SE specific information.

Definition

ScriptName F4SE Native Hidden

Properties

None

Global Functions

None

F4SE Global Functions

Member Functions

None

F4SE Member Functions

None

Events

None