Method GetCategoryDefinition
GetCategoryDefinition(int)
Gets the category definition that matches the given hash.
Declaration
protected override CategoryDefinition GetCategoryDefinition(int categoryHash)
Parameters
Type | Name | Description |
---|---|---|
int | categoryHash | The hash to look for. |
Returns
Type | Description |
---|---|
CategoryDefinition | Reference to the category definition of the requested hash. |