Table of Contents

Class Scp1344

Namespace
Exiled.API.Features.Items
Assembly
Exiled.API.dll

A wrapper class for InventorySystem.Items.Usables.Scp1344.Scp1344Item.

public class Scp1344 : Usable, IWrapper<ItemBase>, IWrapper<UsableItem>, IWrapper<Scp1344Item>
Inheritance
Scp1344
Implements
IWrapper<ItemBase>
IWrapper<UsableItem>
IWrapper<Scp1344Item>
Inherited Members
Extension Methods

Constructors

Scp1344(Scp1344Item)

Initializes a new instance of the Scp1344 class.

public Scp1344(Scp1344Item itemBase)

Parameters

itemBase Scp1344Item

The 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

bool

IsWorn

Gets a value indicating whether the item is worn.

public bool IsWorn { get; }

Property Value

bool

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 bool

Whether or not 1344 should be dropped.