- Found in:
- F4SE
Description
Wiki Description
Gets the current script version of F4SE's scripts. This can be used to detect a script/runtime version mismatch.
Documentation Comment
get the release index of this script file.
Can be used to detect a script/runtime version mismatch
Caveats
CK Wiki - Notes
None
Examples
int iScript = F4SE.GetScriptVersionRelease()
Debug.Notification("F4SE script version: " + iScript)If (F4SE.GetScriptVersionRelease() > 6)
Debug.Notification("We support your installation of F4SE!")
EndIfAuto-Generated Example
int returnedValue = F4SE.GetScriptVersionRelease()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
