GetScriptVersionRelease - F4SE
Revision as of 10:02, 6 April 2017 by imported>Qazaaq (Added F4SE member)
F4SE Member of: F4SE Script
Returns the release index of this script file. This can be used to detect a script/runtime version mismatch.
Syntax
int Function GetScriptVersionRelease() Global
Parameters
None
Return Value
The release index of this script file.
Examples
int iScript = F4SE.GetScriptVersionRelease()
Debug.Notification("F4SE script version: " + iScript)