Method GetItemDefinition
GetItemDefinition(int)
Gets an ItemDefinition by its Hash from this Collection.
Declaration
protected override BaseItemDefinition<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem> GetItemDefinition(int itemDefinitionHash)
Parameters
| Type | Name | Description |
|---|---|---|
| int | itemDefinitionHash | Hash of Item Definition to get |
Returns
| Type | Description |
|---|---|
| BaseItemDefinition<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem> | Reference to Item Definition requested |