code/__DEFINES/actions.dm 
            
        
| AB_CHECK_HANDS_BLOCKED | Action button checks if hands are unusable | 
|---|---|
| AB_CHECK_IMMOBILE | Action button checks if user is immobile | 
| AB_CHECK_LYING | Action button checks if user is resting | 
| AB_CHECK_CONSCIOUS | Action button checks if user is conscious | 
| AB_CHECK_INCAPACITATED | Action button checks if user is incapacitated | 
| TRIGGER_SECONDARY_ACTION | Action button triggered with right click | 
| PANEL_DISPLAY_PANEL | The stat panel the action is displayed in. | 
| PANEL_DISPLAY_STATUS | The status shown in the stat panel. Can be stuff like "ready", "on cooldown", "active", "charges", "charge cost", etc. | 
| PANEL_DISPLAY_NAME | The name shown in the stat panel. | 
Define Details
AB_CHECK_CONSCIOUS
            
         
    
    Action button checks if user is conscious
AB_CHECK_HANDS_BLOCKED
            
         
    
    Action button checks if hands are unusable
AB_CHECK_IMMOBILE
            
         
    
    Action button checks if user is immobile
AB_CHECK_INCAPACITATED
            
         
    
    Action button checks if user is incapacitated
AB_CHECK_LYING
            
         
    
    Action button checks if user is resting
PANEL_DISPLAY_NAME
            
         
    
    The name shown in the stat panel.
PANEL_DISPLAY_PANEL
            
         
    
    The stat panel the action is displayed in.
PANEL_DISPLAY_STATUS
            
         
    
    The status shown in the stat panel. Can be stuff like "ready", "on cooldown", "active", "charges", "charge cost", etc.
TRIGGER_SECONDARY_ACTION
            
         
    
    Action button triggered with right click