Declaration
event OnAccessItem(itemID ItemIDType, item entity<Entity>)
go
Parameters
Name | Type | Description |
---|---|---|
Item ID | ItemGoodsIDType | Item Type |
Item | Entity | Item entity, can be null |
Triggered when an item is obtained
event OnAccessItem(itemID ItemIDType, item entity<Entity>)
go
Name | Type | Description |
---|---|---|
Item ID | ItemGoodsIDType | Item Type |
Item | Entity | Item entity, can be null |