Daedalus Dock - Modules - TypesVar Details - Proc Details

keycard_auth_action

Vars

available_roundstartAre we added to the actions list roundstart?
nameDisplay name of the action
ui_iconFontAwesome Icon for TGUI display

Procs

is_availableIs this action available for use (Alert level, Time, Etc)
triggerCalled by KAD upon successful 2-person auth, You should probably call parent in this just to make sure it's safe. Return value is discarded.

Var Details

available_roundstart

Are we added to the actions list roundstart?

name

Display name of the action

ui_icon

FontAwesome Icon for TGUI display

Proc Details

is_available

Is this action available for use (Alert level, Time, Etc)

trigger

Called by KAD upon successful 2-person auth, You should probably call parent in this just to make sure it's safe. Return value is discarded.