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

◆ AllowShimmerDodge()

static bool Terraria.Player.AllowShimmerDodge ( PlayerDeathReason damageSource,
int cooldownCounter,
bool dodgeable )
inlinestaticprivate

Definition at line 11070 of file Player.cs.

11071 {
11072 if (cooldownCounter != 0)
11073 {
11074 }
11075 if (NPC.GetNPCInvasionGroup(1) == 0)
11076 {
11077 while (cooldownCounter != 0)
11078 {
11079 }
11080 return;
11081 }
11082 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.NPC.GetNPCInvasionGroup(), and j__TPar.