Class Scp096
SCP-096 related events.
Inheritance
System.Object
Scp096
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 Scp096
Properties
| Improve this Doc View SourceAddingTarget
Invoked before adding a target to SCP-096.
Declaration
public static Event<AddingTargetEventArgs> AddingTarget { get; set; }
Property Value
Type | Description |
---|---|
Event<AddingTargetEventArgs> |
CalmingDown
Invoked before SCP-096 calms down.
Declaration
public static Event<CalmingDownEventArgs> CalmingDown { get; set; }
Property Value
Type | Description |
---|---|
Event<CalmingDownEventArgs> |
Charging
Invoked before SCP-096 begins charging.
Declaration
public static Event<ChargingEventArgs> Charging { get; set; }
Property Value
Type | Description |
---|---|
Event<ChargingEventArgs> |
Enraging
Invoked before SCP-096 is enraged.
Declaration
public static Event<EnragingEventArgs> Enraging { get; set; }
Property Value
Type | Description |
---|---|
Event<EnragingEventArgs> |
StartPryingGate
Invoked before SCP-096 begins prying open a gate.
Declaration
public static Event<StartPryingGateEventArgs> StartPryingGate { get; set; }
Property Value
Type | Description |
---|---|
Event<StartPryingGateEventArgs> |
TryingNotToCry
Invoked before SCP-096 tries not to cry.
Declaration
public static Event<TryingNotToCryEventArgs> TryingNotToCry { get; set; }
Property Value
Type | Description |
---|---|
Event<TryingNotToCryEventArgs> |
Methods
| Improve this Doc View SourceOnAddingTarget(AddingTargetEventArgs)
Called before adding a target to SCP-096.
Declaration
public static void OnAddingTarget(AddingTargetEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
AddingTargetEventArgs | ev | The AddingTargetEventArgs instance. |
OnCalmingDown(CalmingDownEventArgs)
Called before SCP-096 calms down.
Declaration
public static void OnCalmingDown(CalmingDownEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
CalmingDownEventArgs | ev | The CalmingDownEventArgs instance. |
OnCharging(ChargingEventArgs)
Called before SCP-096 begins charging.
Declaration
public static void OnCharging(ChargingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
ChargingEventArgs | ev | The ChargingEventArgs instance. |
OnEnraging(EnragingEventArgs)
Called before SCP-096 is enraged.
Declaration
public static void OnEnraging(EnragingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
EnragingEventArgs | ev | The EnragingEventArgs instance. |
OnStartPryingGate(StartPryingGateEventArgs)
Called before SCP-096 begins prying open a gate.
Declaration
public static void OnStartPryingGate(StartPryingGateEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
StartPryingGateEventArgs | ev | The StartPryingGateEventArgs instance. |
OnTryingNotToCry(TryingNotToCryEventArgs)
Called before SCP-096 starts trying not to cry.
Declaration
public static void OnTryingNotToCry(TryingNotToCryEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
TryingNotToCryEventArgs | ev | The TryingNotToCryEventArgs instance. |