Method RemoveStatInt
RemoveStatInt(int)
Remove default value to StatDetailDefinition for specified stat. This method throws if not in editor mode.
Declaration
public bool RemoveStatInt(int statDefinitionHash)
Parameters
| Type | Name | Description |
|---|---|---|
| int | statDefinitionHash | The StatDefinition Hash to address. |
Returns
| Type | Description |
|---|---|
| bool | True if the specified default stat was removed. |