- Found in:
- F4SE
Description
Wiki Description
Returns the beta version of F4SE which is the third number of the version scheme.
Documentation Comment
get the beta version of F4SE
Caveats
CK Wiki - Notes
- The version scheme follows Major.Minor.Beta.Release (9.9.9.9)
Examples
int iBeta = F4SE.GetVersionBeta()
Debug.Notification("F4SE beta version: " + iBeta)If (F4SE.GetVersionBeta < 5)
Debug.Notification("Your F4SE is out of date!")
EndIfAuto-Generated Example
int returnedValue = F4SE.GetVersionBeta()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
