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