Table of Contents

Class Scp1576

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

A wrapper class for InventorySystem.Items.Usables.Scp1576.Scp1576Item.

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

Constructors

Scp1576(Scp1576Item)

Initializes a new instance of the Scp1576 class.

public Scp1576(Scp1576Item itemBase)

Parameters

itemBase Scp1576Item

The base InventorySystem.Items.Usables.Scp1576.Scp1576Item class.

Properties

Base

Gets the InventorySystem.Items.Usables.UsableItem that this class is encapsulating.

public Scp1576Item Base { get; }

Property Value

Scp1576Item

PlaybackTemplate

Gets Scp1576Playback.

public Scp1576Playback PlaybackTemplate { get; }

Property Value

Scp1576Playback

Methods

StopTransmitting()

Forcefully stops the transmission of SCP-1576.

public void StopTransmitting()