#define UPDATE_BUTTON_NAME (1<<0) #define UPDATE_BUTTON_ICON (1<<1) #define UPDATE_BUTTON_BACKGROUND (1<<2) #define UPDATE_BUTTON_OVERLAY (1<<3) #define UPDATE_BUTTON_STATUS (1<<4) // Defines for formatting cooldown actions for the stat panel. /// The stat panel the action is displayed in. #define PANEL_DISPLAY_PANEL "panel" /// The status shown in the stat panel. /// Can be stuff like "ready", "on cooldown", "active", "charges", "charge cost", etc. #define PANEL_DISPLAY_STATUS "status" /// The name shown in the stat panel. #define PANEL_DISPLAY_NAME "name"