Class Scp049
SCP-049 related events.
public static class Scp049
- Inheritance
-
Scp049
- Inherited Members
Properties
ActivatingSense
Invoked before SCP-049 uses the good sense of the doctor ability.
public static Event<ActivatingSenseEventArgs> ActivatingSense { get; set; }
Property Value
Attacking
Invoked before SCP-049 attacks player.
public static Event<AttackingEventArgs> Attacking { get; set; }
Property Value
FinishingRecall
Invoked before SCP-049 finishes reviving a player.
public static Event<FinishingRecallEventArgs> FinishingRecall { get; set; }
Property Value
FinishingSense
Invoked before SCP-049 finish the good sense of the doctor ability.
public static Event<FinishingSenseEventArgs> FinishingSense { get; set; }
Property Value
SendingCall
Invoked before SCP-049 uses the call ability.
public static Event<SendingCallEventArgs> SendingCall { get; set; }
Property Value
StartingRecall
Invoked before SCP-049 begins reviving a player.
public static Event<StartingRecallEventArgs> StartingRecall { get; set; }
Property Value
Methods
OnActivatingSense(ActivatingSenseEventArgs)
Called before SCP-049 starts the good sense of the doctor ability.
public static void OnActivatingSense(ActivatingSenseEventArgs ev)
Parameters
evActivatingSenseEventArgsThe ActivatingSenseEventArgs instance.
OnAttacking(AttackingEventArgs)
Called before SCP-049 attacks player.
public static void OnAttacking(AttackingEventArgs ev)
Parameters
evAttackingEventArgsThe AttackingEventArgs instance.
OnFinishingRecall(FinishingRecallEventArgs)
Called before SCP-049 finishes reviving a player.
public static void OnFinishingRecall(FinishingRecallEventArgs ev)
Parameters
evFinishingRecallEventArgsThe FinishingRecallEventArgs instance.
OnFinishingSense(FinishingSenseEventArgs)
Called before SCP-049 finish the good sense of the doctor ability.
public static void OnFinishingSense(FinishingSenseEventArgs ev)
Parameters
evFinishingSenseEventArgsThe FinishingSenseEventArgs instance.
OnSendingCall(SendingCallEventArgs)
Called before SCP-049 starts the call ability.
public static void OnSendingCall(SendingCallEventArgs ev)
Parameters
evSendingCallEventArgsThe SendingCallEventArgs instance.
OnStartingRecall(StartingRecallEventArgs)
Called before SCP-049 starts to revive a player.
public static void OnStartingRecall(StartingRecallEventArgs ev)
Parameters
evStartingRecallEventArgsThe StartingRecallEventArgs instance.