mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
#define AB_CHECK_RESTRAINED 1
|
|
#define AB_CHECK_STUNNED 2
|
|
#define AB_CHECK_LYING 4
|
|
#define AB_CHECK_CONSCIOUS 8
|
|
|
|
///Action button triggered with right click
|
|
#define TRIGGER_SECONDARY_ACTION (1<<0)
|
|
///Action triggered to ignore any availability checks
|
|
#define TRIGGER_FORCE_AVAILABLE (1<<1)
|
|
|
|
#define ACTION_BUTTON_DEFAULT_BACKGROUND "_use_ui_default_background"
|
|
|
|
#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)
|