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

◆ useTurnOnAnimationStart

bool Terraria.Item.useTurnOnAnimationStart
getset

Similar to useTurn, but only allows turning when an animation starts (eg between swings). Many early-game vanilla swords use this as it makes them clunky and hard to kite with.
Defaults to false.

Definition at line 1051 of file Item.cs.

1051{ get; set; }

Referenced by Terraria.Item.ApplyItemAnimationCompensationsToVanillaItems(), and Terraria.Item.ResetStats().