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

◆ EndOngoingTorchGodEvent()

void Terraria.Player.EndOngoingTorchGodEvent ( )
inlineprivate

Definition at line 5310 of file Player.cs.

5311 {
5312 bool flag = this.happyFunTorchTime;
5313 if (flag)
5314 {
5315 this.RelightTorches();
5316 if (!flag)
5317 {
5318 }
5319 int whoAmI = this.whoAmI;
5320 }
5321 }
bool happyFunTorchTime
Definition Player.cs:23372
void RelightTorches()
Definition Player.cs:5370

References Terraria.Player.happyFunTorchTime, Terraria.Player.RelightTorches(), and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.TorchAttack().