Class Scp330
Scp330 related events.
public static class Scp330
- Inheritance
-
Scp330
- Inherited Members
Properties
DroppingScp330
Invoked before a Player drop a SCP-330 candy.
public static Event<DroppingScp330EventArgs> DroppingScp330 { get; set; }
Property Value
EatenScp330
Invoked after the player has eaten a candy from SCP-330.
public static Event<EatenScp330EventArgs> EatenScp330 { get; set; }
Property Value
EatingScp330
Invoked before a player eats a candy from SCP-330.
public static Event<EatingScp330EventArgs> EatingScp330 { get; set; }
Property Value
InteractingScp330
Invoked before a Player interacts with SCP-330.
public static Event<InteractingScp330EventArgs> InteractingScp330 { get; set; }
Property Value
Methods
OnDroppingScp330(DroppingScp330EventArgs)
Called before a Player searches a Pickup.
public static void OnDroppingScp330(DroppingScp330EventArgs ev)
Parameters
ev
DroppingScp330EventArgsThe DroppingScp330EventArgs instance.
OnEatenScp330(EatenScp330EventArgs)
Called after the player has eaten a candy from SCP-330.
public static void OnEatenScp330(EatenScp330EventArgs ev)
Parameters
ev
EatenScp330EventArgsThe EatenScp330EventArgs instance.
OnEatingScp330(EatingScp330EventArgs)
Called before a player eats a candy from SCP-330.
public static void OnEatingScp330(EatingScp330EventArgs ev)
Parameters
ev
EatingScp330EventArgsThe EatingScp330EventArgs instance.
OnInteractingScp330(InteractingScp330EventArgs)
Called before a Player interacts with SCP-330.
public static void OnInteractingScp330(InteractingScp330EventArgs ev)
Parameters
ev
InteractingScp330EventArgsThe InteractingScp330EventArgs instance.