Table of Contents

Class UsingTapeEventArgs

Namespace
Exiled.Events.EventArgs.Scp1507
Assembly
Exiled.Events.dll

Contains all information before SCP-1507 screams.

[Obsolete("Only availaible for Christmas and AprilFools.")]
public class UsingTapeEventArgs : IItemEvent, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
UsingTapeEventArgs
Implements
Inherited Members
Extension Methods

Constructors

UsingTapeEventArgs(ItemBase, bool)

Initializes a new instance of the UsingTapeEventArgs class.

public UsingTapeEventArgs(ItemBase itemBase, bool isAllowed = true)

Parameters

itemBase ItemBase

isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

Item

Gets the Item triggering the event.

public Item Item { get; }

Property Value

Item

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player