Method RemoveAllInventories
RemoveAllInventories(bool)
This will simply clear out all Inventories.
Declaration
public static int RemoveAllInventories(bool removeDefaultInventories = true)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | removeDefaultInventories | Whether or not default inventories should also be removed. |
Returns
| Type | Description |
|---|---|
| int | The total number of inventories that were removed. |