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

◆ AnimatesAsSoul

bool [] Terraria.ID.ItemID.Sets.AnimatesAsSoul = Factory.CreateBoolSet(575, 547, 520, 548, 521, 549, 3580, 3581)
static

If true for a given item type (F:Terraria.Item.type), then that item will animate in the inventory and world.
Items in this set must register an animation using M:Terraria.Main.RegisterItemAnimation(System.Int32,Terraria.DataStructures.DrawAnimation).
Defaults to false.

Definition at line 1387 of file ItemID.cs.

Referenced by Terraria.Main.DrawItem_GetBasics().