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