Table of Contents

Enum ReferenceButtonType

Namespace
FishMMO.Client
Assembly
FishMMO.Client.dll

Types of reference buttons used in UI, such as inventory, equipment, bank, and ability buttons.

public enum ReferenceButtonType : byte

Fields

Ability = 4

Reference to an ability.

Bank = 3

Reference to a bank slot.

Equipment = 2

Reference to an equipment slot.

Inventory = 1

Reference to an inventory slot.

None = 0

No reference type assigned.