Class Scp330Pickup
A wrapper class for dropped SCP-330 bags.
public class Scp330Pickup : UsablePickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp330Pickup>
- Inheritance
-
Scp330Pickup
- Inherited Members
- Extension Methods
Properties
Base
Gets the InventorySystem.Items.Usables.Scp330.Scp330Pickup that this class is encapsulating.
public Scp330Pickup Base { get; }
Property Value
- Scp330Pickup
Candies
Gets or sets the InventorySystem.Items.Usables.Scp330.CandyKindIDs held in this bag.
public List<CandyKindID> Candies { get; set; }
Property Value
- List<CandyKindID>
ExposedCandy
Gets or sets the exposed InventorySystem.Items.Usables.Scp330.CandyKindID.
public CandyKindID ExposedCandy { get; set; }
Property Value
- CandyKindID
Methods
ToString()
Returns the Scp330Pickup in a human readable format.
public override string ToString()
Returns
- string
A string containing Scp330Pickup related data.