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

◆ UpdateArmorLights()

void Terraria.Player.UpdateArmorLights ( )
inline

Definition at line 8996 of file Player.cs.

8997 {
8998 if (!this.vortexStealthActive)
8999 {
9000 int num = this.head;
9001 return;
9002 }
9003 }
bool vortexStealthActive
Definition Player.cs:23039

References Terraria.Player.head, and Terraria.Player.vortexStealthActive.