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

◆ SetDummyItemTime()

void Terraria.Player.SetDummyItemTime ( int frames)
inline

Definition at line 4916 of file Player.cs.

4917 {
4919 itemTime = frames;
4920 itemTimeMax = frames + 1;
4921 }

References Terraria.Player.itemAnimation, Terraria.Player.itemTime, and Terraria.Player.itemTimeMax.

Referenced by Terraria.Projectile.AI_015_Flails(), Terraria.Projectile.AI_019_Spears(), Terraria.Projectile.AI_075(), Terraria.Projectile.AI_100_Medusa(), Terraria.Projectile.AI_140_MonkStaffT1(), and Terraria.Projectile.AI_150_GolfClubHelper().

+ Here is the caller graph for this function: