Table of Contents

Class KeycardData

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

A class containing all possible properties of any keycard that aren't stored by the server.

public class KeycardData
Inheritance
KeycardData
Inherited Members
Extension Methods

Properties

Color

Gets or sets the color of this KeycardData.

public Color32? Color { get; set; }

Property Value

Color32?

ItemName

Gets or sets the item name of this KeycardData.

public string ItemName { get; set; }

Property Value

string

Label

Gets or sets the label of this KeycardData.

public string Label { get; set; }

Property Value

string

LabelColor

Gets or sets the label color of this KeycardData.

public Color32? LabelColor { get; set; }

Property Value

Color32?

NameTag

Gets or sets the name tag of this KeycardData.

public string NameTag { get; set; }

Property Value

string

PermissionsColor

Gets or sets the permissions color of this KeycardData.

public Color32? PermissionsColor { get; set; }

Property Value

Color32?

Rank

Gets or sets the rank of this KeycardData.

public byte Rank { get; set; }

Property Value

byte

SerialNumber

Gets or sets the serial number of this KeycardData.

public string SerialNumber { get; set; }

Property Value

string

Wear

Gets or sets the wear of this KeycardData.

public byte Wear { get; set; }

Property Value

byte