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

◆ Unload()

static void Terraria.ModLoader.WallLoader.Unload ( )
inlinestaticpackage

Definition at line 137 of file WallLoader.cs.

138 {
139 loaded = false;
140 walls.Clear();
142 globalWalls.Clear();
143 wallTypeToItemType.Clear();
144 }
static readonly ushort Count
Definition WallID.cs:756
static readonly IList< ModWall > walls
Definition WallLoader.cs:32
static readonly Dictionary< int, int > wallTypeToItemType
Maps Wall type to the Item type that places the wall.
Definition WallLoader.cs:37
static readonly IList< GlobalWall > globalWalls
Definition WallLoader.cs:34

References Terraria.ID.WallID.Count, Terraria.ModLoader.WallLoader.globalWalls, Terraria.ModLoader.WallLoader.loaded, Terraria.ModLoader.WallLoader.nextWall, Terraria.ModLoader.WallLoader.walls, and Terraria.ModLoader.WallLoader.wallTypeToItemType.

Referenced by Terraria.ModLoader.ModContent.Unload().

+ Here is the caller graph for this function: