ModScriptBehaviourOnModUnload Method |
Event method triggered just before the mod will be unloaded from the game.
Use this method for mod cleanup code, similar to Unity's OnDestroy method.
Note that you are not required to unload asset created by this mod as they will be cleaned up automatically. ///
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax See Also