Search Results for

    Show / Hide Table of Contents

    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 Source

    DroppingScp330

    Invoked before a Player drop a SCP-330 candy.

    Declaration
    public static Event<DroppingScp330EventArgs> DroppingScp330 { get; set; }
    Property Value
    Type Description
    Event<DroppingScp330EventArgs>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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 Source

    OnDroppingScp330(DroppingScp330EventArgs)

    Called before a Player searches a Pickup.

    Declaration
    public static void OnDroppingScp330(DroppingScp330EventArgs ev)
    Parameters
    Type Name Description
    DroppingScp330EventArgs ev

    The DroppingScp330EventArgs instance.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX