Class SendingCallEventArgs
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
Properties
Duration
Gets or sets the duration of the Call Ability.
public float Duration { get; set; }
Property Value
IsAllowed
Gets or sets a value indicating whether the server will send 049 information on the call.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who is controlling SCP-049.
public Player Player { get; }
Property Value
Scp049
Gets the Scp049Role triggering the event.
public Scp049Role Scp049 { get; }