Table of Contents

Class RespawnedTeamEventArgs

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

Contains all information after team spawns.

public class RespawnedTeamEventArgs : IExiledEvent
Inheritance
RespawnedTeamEventArgs
Implements
Inherited Members
Extension Methods

Constructors

RespawnedTeamEventArgs(SpawnableWaveBase, IEnumerable<ReferenceHub>)

Initializes a new instance of the RespawnedTeamEventArgs class.

public RespawnedTeamEventArgs(SpawnableWaveBase wave, IEnumerable<ReferenceHub> hubs)

Parameters

wave SpawnableWaveBase
hubs IEnumerable<ReferenceHub>

Properties

Players

Gets the list of spawned players.

public IEnumerable<Player> Players { get; }

Property Value

IEnumerable<Player>

Wave

Gets the spawned team.

public SpawnableWaveBase Wave { get; }

Property Value

SpawnableWaveBase