Table of Contents

Class EscapedEventArgs

Namespace
Exiled.Events.EventArgs.Player
Assembly
Exiled.Events.dll

Contains all information after player has escaped.

public class EscapedEventArgs : IPlayerEvent, IExiledEvent
Inheritance
EscapedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

EscapedEventArgs(Player, EscapeScenario, Role)

Initializes a new instance of the EscapedEventArgs class.

public EscapedEventArgs(Player player, EscapeScenario escapeScenario, Role role)

Parameters

player Player
escapeScenario EscapeScenario
role Role

Properties

EscapeScenario

Gets the type of escape.

public EscapeScenario EscapeScenario { get; }

Property Value

EscapeScenario

EscapeTime

Gets the time in seconds since round started.

public int EscapeTime { get; }

Property Value

int

OldRole

Gets the previous role for this player.

public Role OldRole { get; }

Property Value

Role

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player