Terraria v1.4.4.9
Terraria source code documentation
|
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.