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 SourceActivating
Invoked before activating the SCP-914 machine.
Declaration
public static Event<ActivatingEventArgs> Activating { get; set; }
Property Value
Type | Description |
---|---|
Event<ActivatingEventArgs> |
ChangingKnobSetting
Invoked before changing the SCP-914 machine knob setting.
Declaration
public static Event<ChangingKnobSettingEventArgs> ChangingKnobSetting { get; set; }
Property Value
Type | Description |
---|---|
Event<ChangingKnobSettingEventArgs> |
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> |
UpgradingPickup
Invoked before SCP-914 upgrades a Pickup.
Declaration
public static Event<UpgradingPickupEventArgs> UpgradingPickup { get; set; }
Property Value
Type | Description |
---|---|
Event<UpgradingPickupEventArgs> |
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 SourceOnActivating(ActivatingEventArgs)
Called before activating the SCP-914 machine.
Declaration
public static void OnActivating(ActivatingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
ActivatingEventArgs | ev | The ActivatingEventArgs instance. |
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. |
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. |
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. |
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. |