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

◆ SetImmuneTimeForAllTypes()

void Terraria.Player.SetImmuneTimeForAllTypes ( int time)
inline

Definition at line 10905 of file Player.cs.

10906 {
10907 int[] array = this.hurtCooldowns;
10908 int num = 1;
10909 this.immune = num != 0;
10910 this.immuneTime = time;
10911 array.m_value = time;
10912 }
class f__AnonymousType0<< Count > j__TPar
int[] hurtCooldowns
Definition Player.cs:23498

References System.array, Terraria.Player.hurtCooldowns, and j__TPar.