Variable slotTypesConst

slotTypes: {
    group: 2;
    player: 1;
    spectator: 0;
} = ...

An enumeration representing the nature of the slot.

Type declaration

  • Readonlygroup: 2

    This client is an item links group containing at least 1 player with active item links.

  • Readonlyplayer: 1

    This client is a player and is participating in the current game.

  • Readonlyspectator: 0

    This client is a spectator and not participating in the current game.