GetVersionMinor - F4SE
Revision as of 09:19, 6 April 2017 by imported>Qazaaq (Added F4SE member)
F4SE Member of: F4SE Script
Returns the minor version of F4SE which is the second number of the version scheme.
Syntax
int Function GetVersionMinor() Global Native
Parameters
None
Return Value
The minor version of F4SE.
Examples
int iMinor = F4SE.GetVersionMinor()
Debug.Notification("F4SE minor version: " + iMinor)
Notes
- The version scheme follows Major.Minor.Beta.Release (9.9.9.9)