Class MicroHIDPickup
A wrapper class for a MicroHID pickup.
Implements
IWrapper<InventorySystem.Items.Pickups.ItemPickupBase>
IWrapper<InventorySystem.Items.MicroHID.MicroHIDPickup>
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 MicroHIDPickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<MicroHIDPickup>
Properties
| Improve this Doc View SourceBase
Gets the InventorySystem.Items.MicroHID.MicroHIDPickup that this class is encapsulating.
Declaration
public MicroHIDPickup Base { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.MicroHID.MicroHIDPickup |
Energy
Gets or sets the MicroHID Energy Level.
Declaration
public float Energy { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceToString()
Returns the MicroHIDPickup in a human readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing MicroHIDPickup related data. |