|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.EquipmentLoadout:
Collaboration diagram for Terraria.EquipmentLoadout:Public Member Functions | |
| EquipmentLoadout () | |
| void | Serialize (BinaryWriter writer) |
| void | Deserialize (BinaryReader reader, int gameVersion) |
| void | Swap (Player player) |
| void | TryDroppingItems (Player player, IEntitySource source) |
| void | FixLoadedData () |
Public Attributes | |
| Item[] | Armor |
| Item[] | Dye |
| bool[] | Hide |
Private Member Functions | |
| Item[] | CreateItemArray (int length) |
Definition at line 6 of file EquipmentLoadout.cs.