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

◆ useLimitPerAnimation

int? Terraria.Item.useLimitPerAnimation
getset

Dictates the amount of times a weapon can be used (shot, etc) each time it animates (is swung, clicked, etc).
Defaults to null.
Used in vanilla by the following:

  • BookStaff
  • FairyQueenMagicItem
  • FairyQueenRangedItem

Definition at line 1061 of file Item.cs.

1061{ get; set; }

Referenced by Terraria.Item.ResetStats(), Terraria.Item.SetDefaults4(), and Terraria.Item.SetDefaults5().