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