Interface IRankKeycard
- Namespace
- Exiled.API.Interfaces.Keycards
- Assembly
- Exiled.API.dll
An interface for CustomKeycardItem's with the Rank property.
public interface IRankKeycard- Extension Methods
Properties
Rank
Gets or sets the rank of this CustomKeycardItem.
byte Rank { get; set; }Property Value
Remarks
Capped from 0-3, returns 255 if no value was found.