Class DeactivatedEventArgs
Contains all information after deactivating.
public class DeactivatedEventArgs : IScp1344Event, IItemEvent, IPlayerEvent, IExiledEvent
- Inheritance
-
DeactivatedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
DeactivatedEventArgs(Item)
Initializes a new instance of the DeactivatedEventArgs class.
public DeactivatedEventArgs(Item item)
Parameters
item
Item
Properties
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; }