terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ MakeLocalPlayerEmote()

static void Terraria.GameContent.UI.EmoteBubble.MakeLocalPlayerEmote ( int emoteId)
inlinestatic

Definition at line 186 of file EmoteBubble.cs.

187 {
188 if (true)
189 {
190 if (true)
191 {
192 int myPlayer = Main.myPlayer;
193 return;
194 }
195 }
196 else
197 {
198 int myPlayer;
199 while (myPlayer != 0)
200 {
201 }
202 }
203 Player localPlayer = Main.LocalPlayer;
204 Player localPlayer2 = Main.LocalPlayer;
205 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.LocalPlayer, and Terraria.Main.myPlayer.

Referenced by Terraria.GameContent.LucyAxeMessage.SpawnEmoteBubble(), and Terraria.Player.UpdateHungerBuffs().