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

◆ Add()

static int Terraria.ModLoader.EmoteBubbleLoader.Add ( ModEmoteBubble emoteBubble)
inlinestaticpackage

Definition at line 23 of file EmoteBubbleLoader.cs.

24 {
25 if (ModNet.AllowVanillaClients)
26 {
27 throw new Exception("Adding emote bubbles breaks vanilla client compatibility");
28 }
30 return EmoteBubbleCount - 1;
31 }
static readonly List< ModEmoteBubble > emoteBubbles

References Terraria.ModLoader.ModNet.AllowVanillaClients, Terraria.ModLoader.EmoteBubbleLoader.EmoteBubbleCount, and Terraria.ModLoader.EmoteBubbleLoader.emoteBubbles.

Referenced by Terraria.ModLoader.ModEmoteBubble.Register().

+ Here is the caller graph for this function: