Table of Contents

Class Scp914

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

Handles SCP-914 related events.

public static class Scp914
Inheritance
Scp914
Inherited Members

Properties

Activating

Invoked before activating the SCP-914 machine.

public static Event<ActivatingEventArgs> Activating { get; set; }

Property Value

Event<ActivatingEventArgs>

ChangingKnobSetting

Invoked before changing the SCP-914 machine knob setting.

public static Event<ChangingKnobSettingEventArgs> ChangingKnobSetting { get; set; }

Property Value

Event<ChangingKnobSettingEventArgs>

UpgradingInventoryItem

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

public static Event<UpgradingInventoryItemEventArgs> UpgradingInventoryItem { get; set; }

Property Value

Event<UpgradingInventoryItemEventArgs>

UpgradingPickup

Invoked before SCP-914 upgrades a Pickup.

public static Event<UpgradingPickupEventArgs> UpgradingPickup { get; set; }

Property Value

Event<UpgradingPickupEventArgs>

UpgradingPlayer

Invoked before SCP-914 upgrades a player.

public static Event<UpgradingPlayerEventArgs> UpgradingPlayer { get; set; }

Property Value

Event<UpgradingPlayerEventArgs>

Methods

OnActivating(ActivatingEventArgs)

Called before activating the SCP-914 machine.

public static void OnActivating(ActivatingEventArgs ev)

Parameters

ev ActivatingEventArgs

The ActivatingEventArgs instance.

OnChangingKnobSetting(ChangingKnobSettingEventArgs)

Called before changing the SCP-914 machine knob setting.

public static void OnChangingKnobSetting(ChangingKnobSettingEventArgs ev)

Parameters

ev ChangingKnobSettingEventArgs

The ChangingKnobSettingEventArgs instance.

OnUpgradingInventoryItem(UpgradingInventoryItemEventArgs)

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

public static void OnUpgradingInventoryItem(UpgradingInventoryItemEventArgs ev)

Parameters

ev UpgradingInventoryItemEventArgs

The UpgradingInventoryItemEventArgs instance.

OnUpgradingPickup(UpgradingPickupEventArgs)

Called before SCP-914 upgrades a item.

public static void OnUpgradingPickup(UpgradingPickupEventArgs ev)

Parameters

ev UpgradingPickupEventArgs

The UpgradingPickupEventArgs instance.

OnUpgradingPlayer(UpgradingPlayerEventArgs)

Called before SCP-914 upgrades a player.

public static void OnUpgradingPlayer(UpgradingPlayerEventArgs ev)

Parameters

ev UpgradingPlayerEventArgs

The UpgradingPlayerEventArgs instance.