Type Alias NetworkHint
NetworkHint : {
entrance: string;
finding_player: number;
found: boolean;
item: number;
item_flags: number;
location: number;
receiving_player: number;
}
entrance: string;
finding_player: number;
found: boolean;
item: number;
item_flags: number;
location: number;
receiving_player: number;
}
Type declaration
Readonly
entrance: stringThe name of the entrance to the location where this item is located.
Readonly
finding_player : numberThe id of the player who has this item in their world.
Readonly
found: booleanWhether this item has already been found.
Readonly
item: numberThe id of this item.
Readonly
item_flags : numberThe classification bit flags for this item. See itemsHandlingFlags for known flags.
Readonly
location: numberThe id of the location for this item.
Readonly
receiving_player : numberThe id of the player who owns this item.
An object representing a hint information for a particular item and location that contains it.