Table of Contents

Class Scp330

Namespace
Exiled.Events.Handlers
Assembly
Exiled.Events.dll

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

Event<DroppingScp330EventArgs>

EatenScp330

Invoked after the player has eaten a candy from SCP-330.

public static Event<EatenScp330EventArgs> EatenScp330 { get; set; }

Property Value

Event<EatenScp330EventArgs>

EatingScp330

Invoked before a player eats a candy from SCP-330.

public static Event<EatingScp330EventArgs> EatingScp330 { get; set; }

Property Value

Event<EatingScp330EventArgs>

InteractingScp330

Invoked before a Player interacts with SCP-330.

public static Event<InteractingScp330EventArgs> InteractingScp330 { get; set; }

Property Value

Event<InteractingScp330EventArgs>

Methods

OnDroppingScp330(DroppingScp330EventArgs)

Called before a Player searches a Pickup.

public static void OnDroppingScp330(DroppingScp330EventArgs ev)

Parameters

ev DroppingScp330EventArgs

The DroppingScp330EventArgs instance.

OnEatenScp330(EatenScp330EventArgs)

Called after the player has eaten a candy from SCP-330.

public static void OnEatenScp330(EatenScp330EventArgs ev)

Parameters

ev EatenScp330EventArgs

The EatenScp330EventArgs instance.

OnEatingScp330(EatingScp330EventArgs)

Called before a player eats a candy from SCP-330.

public static void OnEatingScp330(EatingScp330EventArgs ev)

Parameters

ev EatingScp330EventArgs

The EatingScp330EventArgs instance.

OnInteractingScp330(InteractingScp330EventArgs)

Called before a Player interacts with SCP-330.

public static void OnInteractingScp330(InteractingScp330EventArgs ev)

Parameters

ev InteractingScp330EventArgs

The InteractingScp330EventArgs instance.