Class Scp1576Pickup
A wrapper class for dropped SCP-330 bags.
Implements
IWrapper<InventorySystem.Items.Pickups.ItemPickupBase>
IWrapper<InventorySystem.Items.Usables.Scp1576.Scp1576Pickup>
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 Scp1576Pickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp1576Pickup>
Properties
| Improve this Doc View SourceBase
Gets the InventorySystem.Items.Usables.Scp1576.Scp1576Pickup that this class is encapsulating.
Declaration
public Scp1576Pickup Base { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp1576.Scp1576Pickup |
Methods
| Improve this Doc View SourceToString()
Returns the Scp1576Pickup in a human readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing Scp1576Pickup related data. |