Method IsDefinitionHashUnique
IsDefinitionHashUnique(string)
Check if the given string's 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 string to be hashed and searched for in this Catalog's list of GameItemDefinition hashes. |
Returns
Type | Description |
---|---|
bool | True/False whether or not hash of given string is available for use. |