GetVersion - F4SE
Revision as of 21:13, 20 January 2018 by imported>Qazaaq (see also)
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)