Method FindStatDefinition
FindStatDefinition(string)
Find and return a StatDefinition by its
id
.
Declaration
public StatDefinition FindStatDefinition(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The identifier of the StatDefinition to find. |
Returns
Type | Description |
---|---|
StatDefinition | The StatDefinition corresponding to the
|