GetScriptVersionRelease - F4SE

From the Fallout4 CreationKit Wiki
Revision as of 10:02, 6 April 2017 by imported>Qazaaq (Added F4SE member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

Notes

See Also