Table of Contents

Enum SlotType

Namespace
Archipelago.MultiClient.Net.Enums
Assembly
Archipelago.MultiClient.Net.dll

The types of slots that can be present in a game.

[Flags]
public enum SlotType

Fields

Group = 2

A slot that represents a group of players, used for itemlinks

Player = 1

A normal player slot

Spectator = 0

A spectator slot. (wont be allowed to send hints or items)