Difference between revisions of "F4SE Script"
Jump to navigation
Jump to search
imported>Qazaaq (Added to the F4SE category) |
imported>Qazaaq (added required f4se version) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | '''Extends:''' [[ScriptObject Script|ScriptObject]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.2.0}} | |||
Native script that provides general F4SE specific information. | |||
== Definition == | == Definition == | ||
Line 18: | Line 17: | ||
== 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. | **Get the release index of F4SE. | ||
*Function [[GetScriptVersionRelease - F4SE|GetScriptVersionRelease]]() | *Function [[GetScriptVersionRelease - F4SE|GetScriptVersionRelease]]() | ||
**Get the release index of this script file. | **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 == | ||
Line 38: | Line 37: | ||
== Events == | == Events == | ||
None | None | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:Script Objects]] | |||
[[Category:F4SE]] |
Latest revision as of 13:49, 21 January 2018
Extends: ScriptObject
Requires F4SE version 0.2.0 or higher.
Native script that provides general F4SE specific information.
Definition[edit | edit source]
ScriptName F4SE Native Hidden
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
F4SE Global Functions[edit | edit source]
- 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.
- Function GetScriptVersionRelease()
- Get the release index of this script file.
- Function GetPluginVersion(string name)
- Get a plugin's version number, -1 if the plugin is not loaded.
Member Functions[edit | edit source]
None
F4SE Member Functions[edit | edit source]
None
Events[edit | edit source]
None