Table of Contents

Method OnUnload

Namespace
GrindFest
Assembly
GrindFest.dll

OnUnload()

Called when this mod disappears from the active set (unsubscribed / folder removed) while the game is running. Release what OnLoad(ModDefinition)/OnContentLoaded() acquired. An unsubscribed mod's assembly cannot be unloaded — code already scheduled elsewhere keeps running until the next boot; this hook is the cooperative half of that limitation. Optional — the default does nothing.

void OnUnload()