Background for Skyrim SE
Member of the SKI_ConfigBase script
eventOnVersionUpdate(intaVersion)

Description

Documentation String

Called when aVersion update of this script has been detected


Parameters

  1. intaVersion


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SKI_ConfigBase

event OnVersionUpdate(int aVersion)
    Debug.trace("Event received - OnVersionUpdate: aVersion = " + aVersion)
endEvent

Additional References

View this event on the GitHub Wiki for SkyUI

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