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

◆ gunProj

bool [] Terraria.ID.ItemID.Sets.gunProj = Factory.CreateBoolSet(3475, 3540, 3854, 3930)
static

If true for a given item type (F:Terraria.Item.type), then that item shoot projectiles that manually handle shooting.
This is usually used to create animated weapons like the F:Terraria.ID.ItemID.VortexBeater.
Defaults to false.

Definition at line 1394 of file ItemID.cs.

Referenced by Terraria.Player.ItemCheck_Shoot().