Class Scp049
SCP-049 related events.
Inheritance
System.Object
Scp049
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.Handlers
Assembly: Exiled.Events.dll
Syntax
public static class Scp049
Properties
| Improve this Doc View SourceActivatingSense
Invoked before SCP-049 uses the good sense of the doctor ability.
Declaration
public static Event<ActivatingSenseEventArgs> ActivatingSense { get; set; }
Property Value
Type | Description |
---|---|
Event<ActivatingSenseEventArgs> |
Attacking
Invoked before SCP-049 attacks player.
Declaration
public static Event<AttackingEventArgs> Attacking { get; set; }
Property Value
Type | Description |
---|---|
Event<AttackingEventArgs> |
FinishingRecall
Invoked before SCP-049 finishes reviving a player.
Declaration
public static Event<FinishingRecallEventArgs> FinishingRecall { get; set; }
Property Value
Type | Description |
---|---|
Event<FinishingRecallEventArgs> |
SendingCall
Invoked before SCP-049 uses the call ability.
Declaration
public static Event<SendingCallEventArgs> SendingCall { get; set; }
Property Value
Type | Description |
---|---|
Event<SendingCallEventArgs> |
StartingRecall
Invoked before SCP-049 begins reviving a player.
Declaration
public static Event<StartingRecallEventArgs> StartingRecall { get; set; }
Property Value
Type | Description |
---|---|
Event<StartingRecallEventArgs> |
Methods
| Improve this Doc View SourceOnActivatingSense(ActivatingSenseEventArgs)
Called before SCP-049 starts the good sense of the doctor ability.
Declaration
public static void OnActivatingSense(ActivatingSenseEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
ActivatingSenseEventArgs | ev | The ActivatingSenseEventArgs instance. |
OnAttacking(AttackingEventArgs)
Called before SCP-049 attacks player.
Declaration
public static void OnAttacking(AttackingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
AttackingEventArgs | ev | The AttackingEventArgs instance. |
OnFinishingRecall(FinishingRecallEventArgs)
Called before SCP-049 finishes reviving a player.
Declaration
public static void OnFinishingRecall(FinishingRecallEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
FinishingRecallEventArgs | ev | The FinishingRecallEventArgs instance. |
OnSendingCall(SendingCallEventArgs)
Called before SCP-049 starts the call ability.
Declaration
public static void OnSendingCall(SendingCallEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
SendingCallEventArgs | ev | The SendingCallEventArgs instance. |
OnStartingRecall(StartingRecallEventArgs)
Called before SCP-049 starts to revive a player.
Declaration
public static void OnStartingRecall(StartingRecallEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
StartingRecallEventArgs | ev | The StartingRecallEventArgs instance. |