Table of Contents

Class ChaosKeycardPickup

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

A base class for all keycard pickups.

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

Properties

SnakeEngine

Gets the InventorySystem.Items.Keycards.Snake.SnakeEngine this encapsulates.

public SnakeEngine SnakeEngine { get; }

Property Value

SnakeEngine

Methods

ToString()

Returns the Keycard in a human readable format.

public override string ToString()

Returns

string

A string containing Keycard-related data.