The DroppedItem class represents things that are lying somewhere and can be collected by players.
The DroppedItem class is a subtype of the Entity class and inherits all its properties and functions.
Here is an overview of the DroppedItem properties:
| Property | Type | read / write |
|---|---|---|
| item | Item | r/w |
Below you find short descriptions about each of the properties and some examples about how to use them in your spells.
This is the item that has been dropped.