Table of Contents

Class KeycardPickup

Namespace
Exiled.API.Features.Pickups
Assembly
Exiled.API.dll

A wrapper class for a Keycard pickup.

public class KeycardPickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<KeycardPickup>
Inheritance
KeycardPickup
Implements
IWrapper<ItemPickupBase>
IWrapper<KeycardPickup>
Inherited Members
Extension Methods

Properties

Base

Gets the InventorySystem.Items.Keycards.KeycardPickup that this class is encapsulating.

public KeycardPickup Base { get; }

Property Value

KeycardPickup

Permissions

Gets or sets the KeycardPermissions of the keycard.

public KeycardPermissions Permissions { get; set; }

Property Value

KeycardPermissions

Methods

InitializeProperties(ItemBase)

initialize item properties.

protected override void InitializeProperties(ItemBase itemBase)

Parameters

itemBase ItemBase

target item.