|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.ID.ArmorIDs.Back.Sets:Static Public Attributes | |
| static SetFactory | Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Back]) |
| static bool[] | DrawInBackpackLayer = Factory.CreateBoolSet(false, 7, 8, 9, 10, 15, 16, 32, 33) |
If true for a given T:Terraria.ID.ArmorIDs.Back, then that equip will draw in the player's backpack layer (F:Terraria.Player.backpack, F:Terraria.Player.cBackpack). Defaults to false. | |
| static bool[] | DrawInTailLayer = Factory.CreateBoolSet(false, 18, 19, 21, 25, 26, 27, 28) |
If true for a given T:Terraria.ID.ArmorIDs.Back, then that equip will draw in the player's tail layer (F:Terraria.Player.tail, F:Terraria.Player.cTail). Defaults to false. | |
Definition at line 1776 of file ArmorIDs.cs.