Search Results for

    Show / Hide Table of Contents

    Class Scp330Pickup

    A wrapper class for dropped SCP-330 bags.

    Inheritance
    System.Object
    TypeCastObject<Pickup>
    Pickup
    UsablePickup
    Scp330Pickup
    Implements
    IWrapper<InventorySystem.Items.Pickups.ItemPickupBase>
    IWorldSpace
    IPosition
    IRotation
    IWrapper<InventorySystem.Items.Usables.Scp330.Scp330Pickup>
    Inherited Members
    UsablePickup.UseTime
    UsablePickup.MaxCancellableTime
    UsablePickup.InitializeProperties(ItemBase)
    Pickup.List
    Pickup.GameObject
    Pickup.Transform
    Pickup.Rigidbody
    Pickup.Room
    Pickup.PhysicsModule
    Pickup.Serial
    Pickup.Scale
    Pickup.Weight
    Pickup.PickupTime
    Pickup.Type
    Pickup.IsLocked
    Pickup.Info
    Pickup.PreviousOwner
    Pickup.InUse
    Pickup.Position
    Pickup.RelativePosition
    Pickup.Rotation
    Pickup.IsSpawned
    Pickup.Get(ItemPickupBase)
    Pickup.Get(UInt16)
    Pickup.Get(GameObject)
    Pickup.Get(IEnumerable<ItemPickupBase>)
    Pickup.Get(ItemType)
    Pickup.Get(IEnumerable<GameObject>)
    Pickup.Get<T>(IEnumerable<ItemPickupBase>)
    Pickup.Get<T>(ItemType)
    Pickup.Get<T>(IEnumerable<GameObject>)
    Pickup.Create(ItemType)
    Pickup.CreateAndSpawn(ItemType, Vector3, Quaternion, Player)
    Pickup.Spawn(Pickup, Vector3, Quaternion, Player)
    Pickup.PickupTimeForPlayer(Player)
    Pickup.Spawn()
    Pickup.Spawn(Vector3, Quaternion, Player)
    Pickup.UnSpawn()
    Pickup.Destroy()
    Pickup.Clone()
    TypeCastObject<Pickup>.Cast<TObject>()
    TypeCastObject<Pickup>.Cast<TObject>(TObject)
    TypeCastObject<Pickup>.As<TObject>()
    TypeCastObject<Pickup>.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.Pickups
    Assembly: Exiled.API.dll
    Syntax
    public class Scp330Pickup : UsablePickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp330Pickup>

    Properties

    | Improve this Doc View Source

    Base

    Gets the InventorySystem.Items.Usables.Scp330.Scp330Pickup that this class is encapsulating.

    Declaration
    public Scp330Pickup Base { get; }
    Property Value
    Type Description
    InventorySystem.Items.Usables.Scp330.Scp330Pickup
    | Improve this Doc View Source

    Candies

    Gets or sets the InventorySystem.Items.Usables.Scp330.CandyKindIDs held in this bag.

    Declaration
    public List<CandyKindID> Candies { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<InventorySystem.Items.Usables.Scp330.CandyKindID>
    | Improve this Doc View Source

    ExposedCandy

    Gets or sets the exposed InventorySystem.Items.Usables.Scp330.CandyKindID.

    Declaration
    public CandyKindID ExposedCandy { get; set; }
    Property Value
    Type Description
    InventorySystem.Items.Usables.Scp330.CandyKindID

    Methods

    | Improve this Doc View Source

    ToString()

    Returns the Scp330Pickup in a human readable format.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string containing Scp330Pickup related data.

    Overrides
    Pickup.ToString()

    Implements

    IWrapper<T>
    IWorldSpace
    IPosition
    IRotation
    IWrapper<T>

    Extension Methods

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