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

◆ AdjustRespawnTimerForWorldJoining()

static void Terraria.Player.AdjustRespawnTimerForWorldJoining ( Player newPlayer)
inlinestaticprivate

Definition at line 19221 of file Player.cs.

19222 {
19223 if (!true)
19224 {
19225 }
19226 int myPlayer = Main.myPlayer;
19227 int whoAmI = newPlayer.whoAmI;
19228 if (newPlayer.dead)
19229 {
19230 long num = DateTime.UtcNow.ToBinary();
19231 if (newPlayer.lastTimePlayerWasSaved == 0L)
19232 {
19233 }
19234 int num2 = newPlayer.respawnTimer;
19235 int num3 = newPlayer.respawnTimer;
19237 }
19238 }
class f__AnonymousType0<< Count > j__TPar
long ToBinary()
Definition DateTime.cs:398
static DateTime UtcNow
Definition DateTime.cs:1318

References j__TPar, System.L, Terraria.Main.myPlayer, System.DateTime.ToBinary(), System.DateTime.UtcNow, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.Spawn().