Space Station 13 - Modules - TypesVar Details

action_button

Vars

actiontooltipstyleThe style of tool-tip.
idA unique bitflag, combined with the name of our linked action this lets us persistently remember any user changes to our position
last_hovered_refUID of the last thing we hovered over. Used for managing action button dragging.
linked_actionThe action triggered by this button.
linked_keybindThe keybind that will trigger this action button.
locationWhere we are currently placed on the hud. SCRN_OBJ_DEFAULT asks the linked action what it thinks
lockedWhether or not this button is locked, preventing it from being dragged.
our_hudThe HUD this action button belongs to

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