Method GetStatInt
GetStatInt(string)
Get default value for specified stat.
Declaration
public int GetStatInt(string statDefinitionId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | statDefinitionId | The StatDefinition ID to address. |
Returns
| Type | Description |
|---|---|
| int | Default value for specified stat. |
GetStatInt(int)
Get default value for specified stat.
Declaration
public int GetStatInt(int statDefinitionIdHash)
Parameters
| Type | Name | Description |
|---|---|---|
| int | statDefinitionIdHash | The StatDefinition Hash to address. |
Returns
| Type | Description |
|---|---|
| int | Default value for specified stat. |