Method IsDefinitionHashUnique
IsDefinitionHashUnique(string)
Check if the given Hash is not yet included in this GameItemCatalog's list of GameItemDefinitions and is available for use.
Declaration
public bool IsDefinitionHashUnique(string gameItemDefinitionId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | gameItemDefinitionId | The Hash to search for in this Catalog's GameItemDefinitions list. |
Returns
| Type | Description |
|---|---|
| bool | True/False whether or not Hash is available for use. |