Method DeleteStatValue
DeleteStatValue<T>(int, string, Completer)
Request to delete the stat item defined by the given ids.
Declaration
void DeleteStatValue<T>(int gameItemId, string statDefinitionId, Completer completer)
Parameters
| Type | Name | Description |
|---|---|---|
| int | gameItemId | Game item's id the stat item is connected to. |
| string | statDefinitionId | Definition's Id the stat item is based on. |
| Completer | completer | The handle to settle the promise with. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the stat. Supported types currently are: |