|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.ID.ArmorIDs.Shoe.Sets:Static Public Attributes | |
| static SetFactory | Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Shoes]) |
| static int[] | MaleToFemaleID = Factory.CreateIntSet(-1, 25, 26) |
If != -1 for a given T:Terraria.ID.ArmorIDs.Shoe, then that equip will use the retrieved T:Terraria.ID.ArmorIDs.Shoe when equipped on a female (!P:Terraria.Player.Male) player. Defaults to -1. | |
| static bool[] | OverridesLegs = Factory.CreateBoolSet(15) |
If true for a given T:Terraria.ID.ArmorIDs.Shoe, then that equip will hide the player's legs when equipped. Defaults to false. | |
Definition at line 1913 of file ArmorIDs.cs.