Class Scp330Pickup
A wrapper class for dropped SCP-330 bags.
Implements
IWrapper<InventorySystem.Items.Pickups.ItemPickupBase>
IWrapper<InventorySystem.Items.Usables.Scp330.Scp330Pickup>
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.Pickups
Assembly: Exiled.API.dll
Syntax
public class Scp330Pickup : UsablePickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp330Pickup>
Properties
| Improve this Doc View SourceBase
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 |
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> |
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 SourceToString()
Returns the Scp330Pickup in a human readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing Scp330Pickup related data. |