keycard_auth_action

Vars | |
available_roundstart | Are we added to the actions list roundstart? |
---|---|
name | Display name of the action |
ui_icon | FontAwesome Icon for TGUI display |
Procs | |
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. |
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.