Method DeleteItem
DeleteItem(string, Completer)
Request to delete the item matching the given definition from the given inventory.
Declaration
void DeleteItem(string itemId, Completer completer)
Parameters
| Type | Name | Description |
|---|---|---|
| string | itemId | The id of the item we want to delete. |
| Completer | completer | The handle to settle the promise with. |