Class KeycardPickup
A wrapper class for a Keycard pickup.
Implements
IWrapper<InventorySystem.Items.Pickups.ItemPickupBase>
IWrapper<InventorySystem.Items.Keycards.KeycardPickup>
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 KeycardPickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<KeycardPickup>
Properties
| Improve this Doc View SourceBase
Gets the InventorySystem.Items.Keycards.KeycardPickup that this class is encapsulating.
Declaration
public KeycardPickup Base { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Keycards.KeycardPickup |
Permissions
Gets or sets the KeycardPermissions of the keycard.
Declaration
public KeycardPermissions Permissions { get; set; }
Property Value
Type | Description |
---|---|
KeycardPermissions |
Methods
| Improve this Doc View SourceInitializeProperties(ItemBase)
Declaration
protected override void InitializeProperties(ItemBase itemBase)
Parameters
Type | Name | Description |
---|---|---|
InventorySystem.Items.ItemBase | itemBase |