Table of Contents

Class SelectingRespawnTeamEventArgs

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

Contains all information before selecting the team to respawn next.

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

Constructors

SelectingRespawnTeamEventArgs(SpawnableWaveBase)

Initializes a new instance of the SelectingRespawnTeamEventArgs class.

public SelectingRespawnTeamEventArgs(SpawnableWaveBase wave)

Parameters

wave SpawnableWaveBase

.

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

Team

Gets SpawnableFaction that represents the team chosen to spawn.

public SpawnableFaction Team { get; }

Property Value

SpawnableFaction

Wave

Gets or sets TimedWave that is selected.

public TimedWave Wave { get; set; }

Property Value

TimedWave