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

◆ Unload()

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

Definition at line 33 of file EmoteBubbleLoader.cs.

34 {
35 emoteBubbles.Clear();
36 globalEmoteBubbles.Clear();
37 categoryEmoteLookup.Clear();
38 }
static readonly List< ModEmoteBubble > emoteBubbles
static readonly Dictionary< int, List< ModEmoteBubble > > categoryEmoteLookup
static readonly List< GlobalEmoteBubble > globalEmoteBubbles

References Terraria.ModLoader.EmoteBubbleLoader.categoryEmoteLookup, Terraria.ModLoader.EmoteBubbleLoader.emoteBubbles, and Terraria.ModLoader.EmoteBubbleLoader.globalEmoteBubbles.

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

+ Here is the caller graph for this function: