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
{
42028
meleeNPCHitCooldown
[
i
] = 0;
42029
}
42030
}
42031
}
Terraria.Entity.whoAmI
int whoAmI
Definition
Entity.cs:8
Terraria.Player.meleeNPCHitCooldown
int[] meleeNPCHitCooldown
Definition
Player.cs:2713
System.Text.RegularExpressions.ExceptionArgument.i
@ i
References
Terraria.Main.myPlayer
.
Terraria
Player
Generated by
1.10.0