Search Results for

    Show / Hide Table of Contents

    Class Scp914

    Handles SCP-914 related events.

    Inheritance
    System.Object
    Scp914
    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 Scp914

    Properties

    | Improve this Doc View Source

    Activating

    Invoked before activating the SCP-914 machine.

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

    ChangingKnobSetting

    Invoked before changing the SCP-914 machine knob setting.

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

    UpgradingInventoryItem

    Invoked before SCP-914 upgrades an item in a player's inventory.

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

    UpgradingPickup

    Invoked before SCP-914 upgrades a Pickup.

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

    UpgradingPlayer

    Invoked before SCP-914 upgrades a player.

    Declaration
    public static Event<UpgradingPlayerEventArgs> UpgradingPlayer { get; set; }
    Property Value
    Type Description
    Event<UpgradingPlayerEventArgs>

    Methods

    | Improve this Doc View Source

    OnActivating(ActivatingEventArgs)

    Called before activating the SCP-914 machine.

    Declaration
    public static void OnActivating(ActivatingEventArgs ev)
    Parameters
    Type Name Description
    ActivatingEventArgs ev

    The ActivatingEventArgs instance.

    | Improve this Doc View Source

    OnChangingKnobSetting(ChangingKnobSettingEventArgs)

    Called before changing the SCP-914 machine knob setting.

    Declaration
    public static void OnChangingKnobSetting(ChangingKnobSettingEventArgs ev)
    Parameters
    Type Name Description
    ChangingKnobSettingEventArgs ev

    The ChangingKnobSettingEventArgs instance.

    | Improve this Doc View Source

    OnUpgradingInventoryItem(UpgradingInventoryItemEventArgs)

    Called before SCP-914 upgrades an item in a player's inventory.

    Declaration
    public static void OnUpgradingInventoryItem(UpgradingInventoryItemEventArgs ev)
    Parameters
    Type Name Description
    UpgradingInventoryItemEventArgs ev

    The UpgradingInventoryItemEventArgs instance.

    | Improve this Doc View Source

    OnUpgradingPickup(UpgradingPickupEventArgs)

    Called before SCP-914 upgrades a item.

    Declaration
    public static void OnUpgradingPickup(UpgradingPickupEventArgs ev)
    Parameters
    Type Name Description
    UpgradingPickupEventArgs ev

    The UpgradingPickupEventArgs instance.

    | Improve this Doc View Source

    OnUpgradingPlayer(UpgradingPlayerEventArgs)

    Called before SCP-914 upgrades a player.

    Declaration
    public static void OnUpgradingPlayer(UpgradingPlayerEventArgs ev)
    Parameters
    Type Name Description
    UpgradingPlayerEventArgs ev

    The UpgradingPlayerEventArgs instance.

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