- Found in:
- F4SE
Description
Wiki Description
Returns the release index of F4SE which is the fourth number of the version scheme. This number is incremented every time F4SE is released outside of the development team.
Documentation Comment
get the release index of F4SE. This number is incremented every time
F4SE is released outside of the development team
Caveats
CK Wiki - Notes
- The version scheme follows Major.Minor.Beta.Release (9.9.9.9)
Examples
int iRelease = F4SE.GetVersionRelease()
Debug.Notification("F4SE release version: " + iRelease)If (F4SE.GetVersionRelease < 2)
Debug.Notification("Your F4SE is out of date!")
EndIfAuto-Generated Example
int returnedValue = F4SE.GetVersionRelease()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
