PhysicalItem
The PhysicalItem class extends ModelEntity with accessors for dropped items.
NOTE
This page documents members declared directly on PhysicalItem. Inherited members are available from ModelEntity.
Methods
GetItemIndex()number
Retrieves the item index.
Returned:
- number - The requested item index.
GetItem()Item | null
Retrieves the item.
Returned:
- Item | null - The matching object, or
nullif it is not available.