Class UsablePickup
A wrapper class for dropped Usable Pickup.
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 UsablePickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation
Properties
| Improve this Doc View SourceMaxCancellableTime
Gets or sets how long after using starts a player has to cancel using the item.
Declaration
public float MaxCancellableTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
UseTime
Gets or sets how long it takes to use the item.
Declaration
public float UseTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceInitializeProperties(ItemBase)
Declaration
protected override void InitializeProperties(ItemBase itemBase)
Parameters
Type | Name | Description |
---|---|---|
InventorySystem.Items.ItemBase | itemBase |