Table of Contents

Class ChangedStatusEventArgs

Namespace
Exiled.Events.EventArgs.Scp1344
Assembly
Exiled.Events.dll

Contains all information after SCP-1344 status changing.

public class ChangedStatusEventArgs : IScp1344Event, IItemEvent, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
ChangedStatusEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ChangedStatusEventArgs(Item, Scp1344Status)

Initializes a new instance of the ChangedStatusEventArgs class.

public ChangedStatusEventArgs(Item item, Scp1344Status scp1344Status)

Parameters

item Item

scp1344Status Scp1344Status

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.

public Item Item { get; }

Property Value

Item

Player

Gets the player in owner of the item.

public Player Player { get; }

Property Value

Player

Scp1344

Gets Scp1344 item.

public Scp1344 Scp1344 { get; }

Property Value

Scp1344

Scp1344Status

Gets the new state.

public Scp1344Status Scp1344Status { get; }

Property Value

Scp1344Status