Class Scp1344
A wrapper class for InventorySystem.Items.Usables.Scp1344.Scp1344Item.
public class Scp1344 : Usable, IWrapper<ItemBase>, IWrapper<UsableItem>, IWrapper<Scp1344Item>
- Inheritance
-
Scp1344
- Inherited Members
- Extension Methods
Constructors
Scp1344(Scp1344Item)
Initializes a new instance of the Scp1344 class.
public Scp1344(Scp1344Item itemBase)
Parameters
itemBase
Scp1344ItemThe base InventorySystem.Items.Usables.Scp1344.Scp1344Item class.
Properties
Base
Gets the InventorySystem.Items.Usables.UsableItem that this class is encapsulating.
public Scp1344Item Base { get; }
Property Value
- Scp1344Item
CanStartUsing
Gets a value indicating whether it can be started to use.
public bool CanStartUsing { get; }
Property Value
IsWorn
Gets a value indicating whether the item is worn.
public bool IsWorn { get; }
Property Value
Status
Gets or sets the status of Scp1344.
public Scp1344Status Status { get; set; }
Property Value
- Scp1344Status
Methods
Actived()
Forcefully activated SCP-1344.
public void Actived()
Deactivate(bool)
Forcefully deactivate SCP-1344.
public void Deactivate(bool dropItem = false)
Parameters
dropItem
boolWhether or not 1344 should be dropped.