Search Results for

    Show / Hide Table of Contents

    Class Scp1576

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

    Inheritance
    System.Object
    TypeCastObject<Item>
    Item
    Usable
    Scp1576
    Implements
    IWrapper<InventorySystem.Items.ItemBase>
    IWrapper<InventorySystem.Items.Usables.UsableItem>
    IWrapper<InventorySystem.Items.Usables.Scp1576.Scp1576Item>
    Inherited Members
    Usable.Equippable
    Usable.Holsterable
    Usable.Weight
    Usable.IsUsing
    Usable.UseTime
    Usable.MaxCancellableTime
    Usable.RemainingCooldown
    Usable.PlayerGetCooldown
    Usable.CreatePickup(Vector3, Quaternion, Boolean)
    Usable.Use()
    Item.List
    Item.Serial
    Item.IsInInventory
    Item.Scale
    Item.Type
    Item.Category
    Item.TierFlags
    Item.IsAmmo
    Item.IsArmor
    Item.IsKeycard
    Item.IsConsumable
    Item.IsThrowable
    Item.IsUsable
    Item.IsWeapon
    Item.IsLightEmitter
    Item.IsDisarmer
    Item.Owner
    Item.Get(ItemBase)
    Item.Get(UInt16)
    Item.Create(ItemType, Player)
    Item.Give(Player)
    Item.Destroy()
    Item.Clone()
    Item.ToString()
    Item.ChangeItemOwner(Player, Player)
    TypeCastObject<Item>.Cast<TObject>()
    TypeCastObject<Item>.Cast<TObject>(TObject)
    TypeCastObject<Item>.As<TObject>()
    TypeCastObject<Item>.Is<TObject>(TObject)
    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 Source

    Scp1576(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 Source

    Base

    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
    | Improve this Doc View Source

    PlaybackTemplate

    Gets Scp1576Playback.

    Declaration
    public Scp1576Playback PlaybackTemplate { get; }
    Property Value
    Type Description
    InventorySystem.Items.Usables.Scp1576.Scp1576Playback

    Methods

    | Improve this Doc View Source

    StopTransmitting()

    Forcefully stops the transmission of SCP-1576.

    Declaration
    public void StopTransmitting()

    Implements

    IWrapper<T>
    IWrapper<T>
    IWrapper<T>

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX