Table of Contents

Class Scp049

Namespace
Exiled.Events.Handlers
Assembly
Exiled.Events.dll

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

Event<ActivatingSenseEventArgs>

Attacking

Invoked before SCP-049 attacks player.

public static Event<AttackingEventArgs> Attacking { get; set; }

Property Value

Event<AttackingEventArgs>

FinishingRecall

Invoked before SCP-049 finishes reviving a player.

public static Event<FinishingRecallEventArgs> FinishingRecall { get; set; }

Property Value

Event<FinishingRecallEventArgs>

SendingCall

Invoked before SCP-049 uses the call ability.

public static Event<SendingCallEventArgs> SendingCall { get; set; }

Property Value

Event<SendingCallEventArgs>

StartingRecall

Invoked before SCP-049 begins reviving a player.

public static Event<StartingRecallEventArgs> StartingRecall { get; set; }

Property Value

Event<StartingRecallEventArgs>

Methods

OnActivatingSense(ActivatingSenseEventArgs)

Called before SCP-049 starts the good sense of the doctor ability.

public static void OnActivatingSense(ActivatingSenseEventArgs ev)

Parameters

ev ActivatingSenseEventArgs

The ActivatingSenseEventArgs instance.

OnAttacking(AttackingEventArgs)

Called before SCP-049 attacks player.

public static void OnAttacking(AttackingEventArgs ev)

Parameters

ev AttackingEventArgs

The AttackingEventArgs instance.

OnFinishingRecall(FinishingRecallEventArgs)

Called before SCP-049 finishes reviving a player.

public static void OnFinishingRecall(FinishingRecallEventArgs ev)

Parameters

ev FinishingRecallEventArgs

The FinishingRecallEventArgs instance.

OnSendingCall(SendingCallEventArgs)

Called before SCP-049 starts the call ability.

public static void OnSendingCall(SendingCallEventArgs ev)

Parameters

ev SendingCallEventArgs

The SendingCallEventArgs instance.

OnStartingRecall(StartingRecallEventArgs)

Called before SCP-049 starts to revive a player.

public static void OnStartingRecall(StartingRecallEventArgs ev)

Parameters

ev StartingRecallEventArgs

The StartingRecallEventArgs instance.