TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Unload()

virtual void Terraria.ModLoader.Mod.Unload ( )
inlinevirtual

This is called whenever this mod is unloaded from the game. Use it to undo changes that you've made in Load that aren't automatically handled (for example, modifying the texture of a vanilla item). Mods are guaranteed to be unloaded in the reverse order they were loaded in.

Reimplemented in Terraria.ModLoader.Default.ModLoaderMod.

Definition at line 429 of file Mod.cs.

430 {
431 }

Referenced by Terraria.ModLoader.Mod.UnloadContent().

+ Here is the caller graph for this function: