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

◆ ItemCheck_MeleeHitNPCs()

void Terraria.Player.ItemCheck_MeleeHitNPCs ( Item sItem,
Rectangle itemRectangle,
int originalDamage,
float knockBack )
inlineprivate

Definition at line 14791 of file Player.cs.

14792 {
14793 int num = 1;
14794 if (num == 0)
14795 {
14796 }
14797 if (num != 0 && num == 0)
14798 {
14799 int[] array = this.meleeNPCHitCooldown;
14800 if (this.attackCD == 0)
14801 {
14802 }
14803 }
14804 }
int[] meleeNPCHitCooldown
Definition Player.cs:23516

References System.array, Terraria.Player.attackCD, and Terraria.Player.meleeNPCHitCooldown.