Method RemoveItem
RemoveItem(string)
Removes an entry of the specified InventoryItem by InventoryItemDefintion id.
Declaration
public static void RemoveItem(string itemDefinitionId)
Parameters
Type | Name | Description |
---|---|---|
string | itemDefinitionId | The Id of the InventoryItemDefinition we are removing. |
RemoveItem(int)
Removes an entry of the specified InventoryItemefinition by Hash.
Declaration
public static void RemoveItem(int itemDefinitionHash)
Parameters
Type | Name | Description |
---|---|---|
int | itemDefinitionHash | The Hash of the InventoryItemDefinition to remove. |