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

◆ EndOngoingTorchGodEvent()

void Terraria.Player.EndOngoingTorchGodEvent ( )
inlineprivate

Definition at line 17399 of file Player.cs.

17400 {
17402 {
17404 happyFunTorchTime = false;
17405 if (Main.netMode == 1)
17406 {
17407 NetMessage.SendData(4, -1, -1, null, whoAmI);
17408 }
17409 }
17410 }
bool happyFunTorchTime
Definition Player.cs:2625
void RelightTorches()
Definition Player.cs:17478

References Terraria.Main.netMode, and Terraria.NetMessage.SendData().