Method GetStatValue
GetStatValue(string, string)
Gets the stat of an item by the gameItemId and
the statDefinitionId.
Declaration
StatValue GetStatValue(string gameItemId, string statDefinitionId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | gameItemId | The id of the game item |
| string | statDefinitionId | The id of the stat definition |
Returns
| Type | Description |
|---|---|
| StatValue | The value of the stat |