/datum/radial_menu_choice
        
    
            
        
Can be provided to choices in radial menus if you want to provide more information
| Vars | |
| active | If the radial slice should use the active icon | 
|---|---|
| image | Required -- what to display for this button | 
| info | If provided, will display an info button that will put this text in your chat | 
| name | If provided, this will be the name the radial slice hud button. This has priority over everything else. | 
Var Details
active
            
        
    
            
        
        If the radial slice should use the active icon
image
            
        
    
            
        
        Required -- what to display for this button
info
            
        
    
            
        
        If provided, will display an info button that will put this text in your chat
name
            
        
    
            
        
        If provided, this will be the name the radial slice hud button. This has priority over everything else.