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

◆ GetExplosiveTrapCooldown()

static int Terraria.Projectile.GetExplosiveTrapCooldown ( Player player)
inlinestatic

Definition at line 76222 of file Projectile.cs.

76223 {
76224 int result = 90;
76225 if (player.setHuntressT2)
76226 {
76227 result = 60;
76228 }
76229 if (player.setHuntressT3)
76230 {
76231 result = 30;
76232 }
76233 return result;
76234 }

References Terraria.Player.setHuntressT2, and Terraria.Player.setHuntressT3.

Referenced by Terraria.Player.ItemCheck_Shoot().

+ Here is the caller graph for this function: