Skip to content

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 null if it is not available.