special inventory item that is used to redirect to actual inventory items in surrogate inventories
|
| InventoryItemSurrogate (ItemBase item) |
|
| InventoryItem (ItemQuantity itemQuantity) |
|
| InventoryItem (ItemBase item) |
|
| InventoryItem (ItemBase item, int quantity) |
|
| InventoryItem (ItemBase item, int quantity, ItemValue[] values) |
|
string | GetStringValue (string key, string defaultValue) |
|
int | GetIntValue (string key, int defaultValue) |
|
float | GetFloatValue (string key, float defaultValue) |
|
bool | GetBoolValue (string key, bool defaultValue) |
|
virtual bool | CheckValue (string key) |
|
virtual T | GetValue< T > (string key, T defaultValue) |
|
ItemQuantity | GetItemQuantity () |
|
InventoryItemData | GetData () |
|
virtual void | OnQuantityChanged () |
|
virtual void | OnEquippedSlotChanged () |
|
override string | ToString () |
|