Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EquipmentInfo

Interface representing information about items currently equipped by a player.

Hierarchy

  • Info
    • EquipmentInfo

Properties

address

address: string

Address of player with this equipment

Optional combat

combat: undefined | string

Identifier of item currently equipped in player's combat slot (if any)

Optional mining

mining: undefined | string

Identifier of item currently equipped in player's mining slot (if any)

Optional moving

moving: undefined | string

Identifier of item currently equipped in player's moving slot (if any)

Generated using TypeDoc