Class ChangingStatusEventArgs
Contains all information before SCP-1344 status changing.
public class ChangingStatusEventArgs : IScp1344Event, IItemEvent, IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
ChangingStatusEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangingStatusEventArgs(Item, Scp1344Status, Scp1344Status, bool)
Initializes a new instance of the ChangingStatusEventArgs class.
public ChangingStatusEventArgs(Item item, Scp1344Status scp1344StatusNew, Scp1344Status scp1344StatusOld, bool isAllowed = true)
Parameters
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
Scp1344StatusNew
Gets or sets the new state.
public Scp1344Status Scp1344StatusNew { get; set; }
Property Value
- Scp1344Status
Scp1344StatusOld
Gets the current status.
public Scp1344Status Scp1344StatusOld { get; }
Property Value
- Scp1344Status