Class Scp3114
Scp3114 related events.
Inheritance
System.Object
Scp3114
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 Scp3114
Properties
| Improve this Doc View SourceDisguised
Invoked when disguised.
Declaration
public static Event<DisguisedEventArgs> Disguised { get; set; }
Property Value
Type | Description |
---|---|
Event<DisguisedEventArgs> |
Disguising
Invoked before disguising.
Declaration
public static Event<DisguisingEventArgs> Disguising { get; set; }
Property Value
Type | Description |
---|---|
Event<DisguisingEventArgs> |
Revealed
Invoked when reveals.
Declaration
public static Event<RevealedEventArgs> Revealed { get; set; }
Property Value
Type | Description |
---|---|
Event<RevealedEventArgs> |
Revealing
Invoked before reveals.
Declaration
public static Event<RevealingEventArgs> Revealing { get; set; }
Property Value
Type | Description |
---|---|
Event<RevealingEventArgs> |
TryUseBody
Invoked before trying to use a body.
Declaration
public static Event<TryUseBodyEventArgs> TryUseBody { get; set; }
Property Value
Type | Description |
---|---|
Event<TryUseBodyEventArgs> |
VoiceLines
Invoked before sending any SCP-3114 voicelines.
Declaration
public static Event<VoiceLinesEventArgs> VoiceLines { get; set; }
Property Value
Type | Description |
---|---|
Event<VoiceLinesEventArgs> |
Methods
| Improve this Doc View SourceOnDisguised(DisguisedEventArgs)
Called after diguising.
Declaration
public static void OnDisguised(DisguisedEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
DisguisedEventArgs | ev | The DisguisedEventArgs instance. |
OnDisguising(DisguisingEventArgs)
Called before diguising.
Declaration
public static void OnDisguising(DisguisingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
DisguisingEventArgs | ev | The DisguisingEventArgs instance. |
OnRevealed(RevealedEventArgs)
Called after reveals.
Declaration
public static void OnRevealed(RevealedEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
RevealedEventArgs | ev | The RevealedEventArgs instance. |
OnRevealing(RevealingEventArgs)
Called before revealing.
Declaration
public static void OnRevealing(RevealingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
RevealingEventArgs | ev | The RevealingEventArgs instance. |
OnTryUseBody(TryUseBodyEventArgs)
Called before trying to use a body.
Declaration
public static void OnTryUseBody(TryUseBodyEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
TryUseBodyEventArgs | ev | The TryUseBodyEventArgs instance. |
OnVoiceLines(VoiceLinesEventArgs)
Called before sending any SCP-3114 voicelines.
Declaration
public static void OnVoiceLines(VoiceLinesEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
VoiceLinesEventArgs | ev | The VoiceLinesEventArgs instance. |