Type Alias NetworkItem
NetworkItem : {
flags: number;
item: number;
location: number;
player: number;
}
flags: number;
item: number;
location: number;
player: number;
}
Type declaration
Readonly
flags: numberThe classification bit flags for this item. See itemsHandlingFlags for known flags.
Readonly
item: numberThe item id of the item. Item ids are in the range of -2^53 to +2^53-1.
Readonly
location: numberThe location id of the location inside the world. Location ids are in the range of -2^53 to +2^53 - 1.
Readonly
player: numberThe slot id for the player whose world the item was located in, except when inside a LocationInfoPacket, then it will be the slot id of the player the item belongs to.
Items that are sent over the network.