Interface BouncedPacket
interface BouncedPacket {
cmd: "Bounced";
data: JSONRecord;
games?: string[];
slots?: number[];
tags?: string[];
}
cmd: "Bounced";
data: JSONRecord;
games?: string[];
slots?: number[];
tags?: string[];
}
Properties
Readonly
cmd
cmd
Readonly
data
A verbatim copy of the data in the BouncePacket package.
Optional
Readonly
games
games?: string[]
Optional. Game names this message is targeting.
Optional
Readonly
slots
slots?: number[]
Optional. Player slot IDs that this message is targeting.
Optional
Readonly
tags
tags?: string[]
Optional. Client tags this message is targeting.
Sent to clients after a client requested this message be sent to them, more info in the BouncePacket.