Variable slotTypesConst
slotTypes : {
group: 2;
player: 1;
spectator: 0;
} = ...
group: 2;
player: 1;
spectator: 0;
} = ...
Type declaration
Readonly
group: 2This client is an item links group containing at least 1 player with active item links.
Readonly
player: 1This client is a player and is participating in the current game.
Readonly
spectator: 0This client is a spectator and not participating in the current game.
An enumeration representing the nature of the slot.