action_button 
Vars | |
actiontooltipstyle | The style of tool-tip. |
---|---|
id | A unique bitflag, combined with the name of our linked action this lets us persistently remember any user changes to our position |
last_hovered_ref | UID of the last thing we hovered over. Used for managing action button dragging. |
linked_action | The action triggered by this button. |
linked_keybind | The keybind that will trigger this action button. |
location | Where we are currently placed on the hud. SCRN_OBJ_DEFAULT asks the linked action what it thinks |
locked | Whether or not this button is locked, preventing it from being dragged. |
our_hud | The HUD this action button belongs to |
shown_to_observers | Whether or not this should be shown to observers |
Var Details
actiontooltipstyle 
The style of tool-tip.
id 
A unique bitflag, combined with the name of our linked action this lets us persistently remember any user changes to our position
last_hovered_ref 
UID of the last thing we hovered over. Used for managing action button dragging.
linked_action 
The action triggered by this button.
linked_keybind 
The keybind that will trigger this action button.
location 
Where we are currently placed on the hud. SCRN_OBJ_DEFAULT asks the linked action what it thinks
locked 
Whether or not this button is locked, preventing it from being dragged.
our_hud 
The HUD this action button belongs to
shown_to_observers 
Whether or not this should be shown to observers