Enum ReservedSlotEventResult
Result for ReservedSlots event.
public enum ReservedSlotEventResult
- Extension Methods
Fields
UseBaseGameSystem = 0Don't override the base game decision.
CanUseReservedSlots = 1Override: player has a reserved slot.
CannotUseReservedSlots = 2Override: player doesn't have a reserved slot.
AllowConnectionUnconditionally = 3Bypass the reserved slots system and allow the connection unconditionally.