Background for Skyrim SE
Member of the SKSE script
intfunctionGetVersionRelease()NativeGlobal

Description

Wiki Description

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

Documentation Comment

get the release index of SKSE. This number is incremented every time
SKSE is released outside of the development team


Caveats

CK Wiki - Notes

None


Examples

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

Auto-Generated Example

int returnedValue = SKSE.GetVersionRelease()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.