|
Barotrauma Client
|
Classes | |
| class | InventoryItem |
Public Member Functions | |
| InventoryParams (ContentXElement element, CharacterParams character) | |
| void | AddItem (string identifier=null) |
| bool | RemoveItem (InventoryItem item) |
Public Member Functions inherited from Barotrauma.CharacterParams.SubParam | |
| SubParam (ContentXElement element, CharacterParams character) | |
| virtual bool | Deserialize (bool recursive=true) |
| virtual bool | Serialize (bool recursive=true) |
| virtual void | Reset () |
Properties | |
| override string | Name [get] |
| string | Slots [get] |
| bool | AccessibleWhenAlive [get] |
| float | Commonness [get] |
| List< InventoryItem > | Items = new List<InventoryItem>() [get] |
Properties inherited from Barotrauma.CharacterParams.SubParam | |
| virtual string | Name [get, set] |
| Dictionary< Identifier, SerializableProperty > | SerializableProperties [get] |
| ContentXElement | Element [get, set] |
| List< SubParam > | SubParams = new List<SubParam>() [get, set] |
| CharacterParams | Character [get] |
Properties inherited from Barotrauma.ISerializableEntity | |
Additional Inherited Members | |
Protected Member Functions inherited from Barotrauma.CharacterParams.SubParam | |
| ContentXElement | CreateElement (string name, params object[] attrs) |
| bool | RemoveSubParam< T > (T subParam, IList< T > collection=null) |
| Barotrauma.CharacterParams.InventoryParams.InventoryParams | ( | ContentXElement | element, |
| CharacterParams | character ) |
| void Barotrauma.CharacterParams.InventoryParams.AddItem | ( | string | identifier = null | ) |
| bool Barotrauma.CharacterParams.InventoryParams.RemoveItem | ( | InventoryItem | item | ) |
|
get |
|
get |
|
get |
|
get |
Implements Barotrauma.ISerializableEntity.
|
get |