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
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
ev
ActivatingSenseEventArgsThe ActivatingSenseEventArgs instance.
OnAttacking(AttackingEventArgs)
Called before SCP-049 attacks player.
public static void OnAttacking(AttackingEventArgs ev)
Parameters
ev
AttackingEventArgsThe AttackingEventArgs instance.
OnFinishingRecall(FinishingRecallEventArgs)
Called before SCP-049 finishes reviving a player.
public static void OnFinishingRecall(FinishingRecallEventArgs ev)
Parameters
ev
FinishingRecallEventArgsThe FinishingRecallEventArgs instance.
OnSendingCall(SendingCallEventArgs)
Called before SCP-049 starts the call ability.
public static void OnSendingCall(SendingCallEventArgs ev)
Parameters
ev
SendingCallEventArgsThe SendingCallEventArgs instance.
OnStartingRecall(StartingRecallEventArgs)
Called before SCP-049 starts to revive a player.
public static void OnStartingRecall(StartingRecallEventArgs ev)
Parameters
ev
StartingRecallEventArgsThe StartingRecallEventArgs instance.