Class Scp1576
A wrapper class for InventorySystem.Items.Usables.Scp1576.Scp1576Item.
Implements
IWrapper<InventorySystem.Items.ItemBase>
IWrapper<InventorySystem.Items.Usables.UsableItem>
IWrapper<InventorySystem.Items.Usables.Scp1576.Scp1576Item>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.API.Features.Items
Assembly: Exiled.API.dll
Syntax
public class Scp1576 : Usable, IWrapper<ItemBase>, IWrapper<UsableItem>, IWrapper<Scp1576Item>
Constructors
| Improve this Doc View SourceScp1576(Scp1576Item)
Initializes a new instance of the Scp1576 class.
Declaration
public Scp1576(Scp1576Item itemBase)
Parameters
Type | Name | Description |
---|---|---|
InventorySystem.Items.Usables.Scp1576.Scp1576Item | itemBase | The base InventorySystem.Items.Usables.Scp1576.Scp1576Item class. |
Properties
| Improve this Doc View SourceBase
Gets the InventorySystem.Items.Usables.UsableItem that this class is encapsulating.
Declaration
public Scp1576Item Base { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp1576.Scp1576Item |
PlaybackTemplate
Gets Scp1576Playback.
Declaration
public Scp1576Playback PlaybackTemplate { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp1576.Scp1576Playback |
Methods
| Improve this Doc View SourceStopTransmitting()
Forcefully stops the transmission of SCP-1576.
Declaration
public void StopTransmitting()