Class Scp330
Scp330 related events.
Inheritance
System.Object
Scp330
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 Scp330
Properties
| Improve this Doc View SourceDroppingScp330
Invoked before a Player drop a SCP-330 candy.
Declaration
public static Event<DroppingScp330EventArgs> DroppingScp330 { get; set; }
Property Value
Type | Description |
---|---|
Event<DroppingScp330EventArgs> |
EatenScp330
Invoked after the player has eaten a candy from SCP-330.
Declaration
public static Event<EatenScp330EventArgs> EatenScp330 { get; set; }
Property Value
Type | Description |
---|---|
Event<EatenScp330EventArgs> |
EatingScp330
Invoked before a player eats a candy from SCP-330.
Declaration
public static Event<EatingScp330EventArgs> EatingScp330 { get; set; }
Property Value
Type | Description |
---|---|
Event<EatingScp330EventArgs> |
InteractingScp330
Invoked before a Player interacts with SCP-330.
Declaration
public static Event<InteractingScp330EventArgs> InteractingScp330 { get; set; }
Property Value
Type | Description |
---|---|
Event<InteractingScp330EventArgs> |
Methods
| Improve this Doc View SourceOnDroppingScp330(DroppingScp330EventArgs)
Called before a Player searches a Pickup.
Declaration
public static void OnDroppingScp330(DroppingScp330EventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
DroppingScp330EventArgs | ev | The DroppingScp330EventArgs instance. |
OnEatenScp330(EatenScp330EventArgs)
Called after the player has eaten a candy from SCP-330.
Declaration
public static void OnEatenScp330(EatenScp330EventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
EatenScp330EventArgs | ev | The EatenScp330EventArgs instance. |
OnEatingScp330(EatingScp330EventArgs)
Called before a player eats a candy from SCP-330.
Declaration
public static void OnEatingScp330(EatingScp330EventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
EatingScp330EventArgs | ev | The EatingScp330EventArgs instance. |
OnInteractingScp330(InteractingScp330EventArgs)
Called before a Player interacts with SCP-330.
Declaration
public static void OnInteractingScp330(InteractingScp330EventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
InteractingScp330EventArgs | ev | The InteractingScp330EventArgs instance. |