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

◆ ResetMeleeHitCooldowns()

void Terraria.Player.ResetMeleeHitCooldowns ( )
inline

Definition at line 42022 of file Player.cs.

42023 {
42024 if (Main.myPlayer == whoAmI)
42025 {
42026 for (int i = 0; i < 200; i++)
42027 {
42029 }
42030 }
42031 }
int[] meleeNPCHitCooldown
Definition Player.cs:2713

References Terraria.Main.myPlayer.