Interface ItemDropMeta

Information on how to obtain an item

interface ItemDropMeta {
    coordinates: null | number[];
    event: null | string;
    source: string;
    type: string;
}

Properties

coordinates: null | number[]

The coordinates where the item can be obtained, if any

event: null | string

If this item belongs to an event, the name of the event

source: string

The name of the activity, location or content where this item can be obtained

type: string

The type of the activity, location or content where this item can be obtained

Generated using TypeDoc