GetVersion - F4SE

From the Fallout4 CreationKit Wiki
Revision as of 21:13, 20 January 2018 by imported>Qazaaq (see also)
Jump to navigation Jump to search

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)

See Also