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

◆ DrawAll()

static void Terraria.GameContent.UI.EmoteBubble.DrawAll ( SpriteBatch sb)
inlinestatic

Definition at line 65 of file EmoteBubble.cs.

66 {
67 lock (byID)
68 {
70 {
71 item.Value.Draw(sb);
72 }
73 }
74 }
static Dictionary< int, EmoteBubble > byID

References Terraria.GameContent.UI.EmoteBubble.byID, and System.item.

Referenced by Terraria.Main.DrawInterface_1_1_DrawEmoteBubblesInWorld().