Background for Skyrim SE
Member of the SteelfeathersPapyrusExtensions script
int[]functionGetVersion()NativeGlobal

Description

Documentation Comment

Returns the SKSE plugin's version as an array of 3 ints. Use to verify the plugin is installed and working.
Version 1.0.0 becomes [1,0,0]


Caveats


Examples

Auto-Generated Example

int[] returnedValue = SteelfeathersPapyrusExtensions.GetVersion()
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.