GetVersionMinor - F4SE

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

Returns the minor version of F4SE which is the second number of the version scheme.

SyntaxEdit

int Function GetVersionMinor() Global Native

ParametersEdit

None

Return ValueEdit

The minor (0.0.0.0) release index of F4SE.

ExamplesEdit

int iMinor = F4SE.GetVersionMinor()
Debug.Notification("F4SE minor version: " + iMinor)
If (F4SE.GetVersionMinor() < 9)
    Debug.Notification("Your F4SE is out of date!")
EndIf

NotesEdit

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

See AlsoEdit