Class ReservedSlotsCheckEventArgs
Contains all information when checking if a player has a reserved slot.
public class ReservedSlotsCheckEventArgs : IExiledEvent
- Inheritance
-
ReservedSlotsCheckEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ReservedSlotsCheckEventArgs(string, bool)
Initializes a new instance of the ReservedSlotsCheckEventArgs class.
public ReservedSlotsCheckEventArgs(string userId, bool hasReservedSlot)
Parameters
Properties
HasReservedSlot
Gets a value indicating whether the player has a reserved slot in the base game system.
public bool HasReservedSlot { get; }
Property Value
Result
Gets or sets the event result.
public ReservedSlotEventResult Result { get; set; }
Property Value
UserId
Gets the UserID of the player that is being checked.
public string UserId { get; }