GetVersionMinor - F4SE

From the Fallout4 CreationKit Wiki
Revision as of 09:19, 6 April 2017 by imported>Qazaaq (Added F4SE member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: F4SE Script

Returns the minor version of F4SE which is the second number of the version scheme.

Syntax

int Function GetVersionMinor() Global Native

Parameters

None

Return Value

The minor version of F4SE.

Examples

int iMinor = F4SE.GetVersionMinor()
Debug.Notification("F4SE minor version: " + iMinor)

Notes

  • The version scheme follows Major.Minor.Beta.Release (9.9.9.9)

See Also