Method GetStatDefinitions
GetStatDefinitions()
Returns an array of all stat definitions in this catalog.
Declaration
public StatDefinition[] GetStatDefinitions()
Returns
| Type | Description |
|---|---|
| StatDefinition[] | An array of all stat definitions in this catalog. |
GetStatDefinitions(List<StatDefinition>)
Fills the given list with all stat definitions in this catalog.
Declaration
public void GetStatDefinitions(List<StatDefinition> statDefinitions)
Parameters
| Type | Name | Description |
|---|---|---|
| List<StatDefinition> | statDefinitions | The list to fill up. |