GetVersionRelease - F4SE

F4SE Member of: F4SE Script
Requires F4SE version 0.2.0 or higher.

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.

SyntaxEdit

int Function GetVersionRelease() Global Native

ParametersEdit

None

Return ValueEdit

The release (0.0.0.0) index of F4SE.

ExamplesEdit

int iRelease = F4SE.GetVersionRelease()
Debug.Notification("F4SE release version: " + iRelease)
If (F4SE.GetVersionRelease < 2)
    Debug.Notification("Your F4SE is out of date!")
EndIf

NotesEdit

  • The version scheme follows Major.Minor.Beta.Release (9.9.9.9)

See AlsoEdit