Class ChangedStatusEventArgs
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
Itemscp1344Status
Scp1344Status
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.
public Item Item { get; }
Property Value
Player
Gets the player in owner of the item.
public Player Player { get; }
Property Value
Scp1344
Gets Scp1344 item.
public Scp1344 Scp1344 { get; }
Property Value
Scp1344Status
Gets the new state.
public Scp1344Status Scp1344Status { get; }
Property Value
- Scp1344Status