Method HasStatDefinition
HasStatDefinition(string)
Tells whether or not the catalog contains a
StatDefinitionAsset with the given id
Declaration
public bool HasStatDefinition(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Identifier of the StatDefinitionAsset instance to find. |
Returns
| Type | Description |
|---|---|
| bool |
|