Table of Contents

Class ChoosingStartTeamQueueEventArgs

Namespace
Exiled.Events.EventArgs.Server
Assembly
Exiled.Events.dll

Contains all information before a spectator changes the spectated player.

public class ChoosingStartTeamQueueEventArgs : IDeniableEvent, IExiledEvent
Inheritance
ChoosingStartTeamQueueEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ChoosingStartTeamQueueEventArgs(string)

Initializes a new instance of the ChoosingStartTeamQueueEventArgs class.

public ChoosingStartTeamQueueEventArgs(string teamRespawnQueue)

Parameters

teamRespawnQueue string

Properties

IsAllowed

Gets or sets a value indicating whether the event can continue.

public bool IsAllowed { get; set; }

Property Value

bool

TeamRespawnQueue

Gets the TeamRespawnQueue.

public List<Team> TeamRespawnQueue { get; }

Property Value

List<Team>