Method AddStatInt
AddStatInt(int, int)
Adds default value to StatDetailDefinition for specified stat. This method throws if not in editor mode.
Declaration
public void AddStatInt(int statDefinitionHash, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | statDefinitionHash | The StatDefinition Hash to address. |
| int | value | The default value for the stat. |