Table of Contents

Class SendingCallEventArgs

Namespace
Exiled.Events.EventArgs.Scp049
Assembly
Exiled.Events.dll

Contains all information before SCP-049 Call is activated.

public class SendingCallEventArgs : IScp049Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
SendingCallEventArgs
Implements
Inherited Members
Extension Methods

Constructors

SendingCallEventArgs(Player, bool)

Initializes a new instance of the SendingCallEventArgs class.

public SendingCallEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

Duration

Gets or sets the duration of the Call Ability.

public float Duration { get; set; }

Property Value

float

IsAllowed

Gets or sets a value indicating whether the server will send 049 information on the call.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who is controlling SCP-049.

public Player Player { get; }

Property Value

Player

Scp049

Gets the Scp049Role triggering the event.

public Scp049Role Scp049 { get; }

Property Value

Scp049Role