Enum ReferenceButtonType
Types of reference buttons used in UI, such as inventory, equipment, bank, and ability buttons.
public enum ReferenceButtonType : byte
Fields
Ability = 4Reference to an ability.
Bank = 3Reference to a bank slot.
Equipment = 2Reference to an equipment slot.
Inventory = 1Reference to an inventory slot.
None = 0No reference type assigned.