Background for Fallout 4
Member of the F4SE script
intfunctionGetScriptVersionRelease()Global

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!")
EndIf

Auto-Generated Example

int returnedValue = F4SE.GetScriptVersionRelease()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.