GetVersionBeta - SKSE

Revision as of 16:03, 19 August 2012 by imported>JohnB (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' SKSE Script Returns the beta version of SKSE. (This function requires SKSE) == Synta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: SKSE Script

Returns the beta version of SKSE. (This function requires SKSE)

Syntax

int Function GetVersionBeta() global native

Parameters

None

Return Value

The beta version of SKSE (third number).

Examples

; as used with SKSE version 1.5.11 rel 27
int vBeta = SKSE.GetVersion()
Debug.Notification("SKSE beta version: " + vBeta)
; SKSE beta version: 11

Notes

None

See Also