Class UsingTapeEventArgs
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
ItemBaseisAllowed
bool
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }