Class SpawningFlamingosEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
Player
Gets or sets the player which is being spawned as a new alpha flamingo.
public Player Player { get; set; }
Property Value
SpawnablePlayers
Gets or sets all enqueued spawnable players.
public HashSet<Player> SpawnablePlayers { get; set; }