Background for Skyrim SE
Member of the SKI_ConfigBase script
intfunctionGetVersion()

Description

GitHub Wiki Description (SkyUI)

Returns the static version of this script. Not to be mistaken for the mod version.

Override this function to return the current revision of your script if you want to use the built-in updating mechanism.
If an update has been detected, OnVersionUpdate is executed.

Documentation String

Returns version of this script. Override if necessary


Examples

Auto-Generated Example

int returnedValue = mySKI_ConfigBase__toCallFunctionOn.GetVersion()

Additional References

View this function on the GitHub Wiki for SkyUI

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