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

◆ PickNPCEmote()

void Terraria.GameContent.UI.EmoteBubble.PickNPCEmote ( [Optional] WorldUIAnchor other)
inline

Definition at line 208 of file EmoteBubble.cs.

209 {
210 if (!true)
211 {
212 }
213 Entity entity = this.anchor.entity;
214 if (entity != null)
215 {
216 }
217 Vector2 center = entity.Center;
218 }

References Terraria.GameContent.UI.EmoteBubble.anchor, Terraria.Entity.Center, and Terraria.GameContent.UI.WorldUIAnchor.entity.