Table of Contents

Class SpawningFlamingosEventArgs

Namespace
Exiled.Events.EventArgs.Scp1507
Assembly
Exiled.Events.dll

Contains all information before flamingos get spawned.

[Obsolete("Only availaible for Christmas and AprilFools.")]
public class SpawningFlamingosEventArgs : IDeniableEvent, IPlayerEvent, IExiledEvent
Inheritance
SpawningFlamingosEventArgs
Implements
Inherited Members
Extension Methods

Constructors

SpawningFlamingosEventArgs(Player, bool)

Initializes a new instance of the SpawningFlamingosEventArgs class.

public SpawningFlamingosEventArgs(Player newAlpha, bool isAllowed = true)

Parameters

newAlpha Player
isAllowed bool

Properties

IsAllowed

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

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets or sets the player which is being spawned as a new alpha flamingo.

public Player Player { get; set; }

Property Value

Player

SpawnablePlayers

Gets or sets all enqueued spawnable players.

public HashSet<Player> SpawnablePlayers { get; set; }

Property Value

HashSet<Player>