/datum/command_report_menu
        
    
            
        
Datum for holding the TGUI window for command reports.
| Vars | |
| announce_contents | Whether the report's contents are announced. | 
|---|---|
| announcement_color | The colour of the announcement when sent | 
| command_name | The name of central command that will accompany our report | 
| command_report_content | The actual contents of the report we're going to send. | 
| custom_name | Whether we are using a custom name instead of a preset. | 
| played_sound | The sound that's going to accompany our message. | 
| preset_names | A static list of preset names that can be chosen. | 
| print_report | Whether a copy of the report is printed at every console. | 
| subheader | The subheader to include when sending the announcement. Keep blank to not include a subheader | 
| ui_user | The mob using the UI. | 
Var Details
announce_contents
            
        
    
            
        
        Whether the report's contents are announced.
announcement_color
            
        
    
            
        
        The colour of the announcement when sent
command_name
            
        
    
            
        
        The name of central command that will accompany our report
command_report_content
            
        
    
            
        
        The actual contents of the report we're going to send.
custom_name
            
        
    
            
        
        Whether we are using a custom name instead of a preset.
played_sound
            
        
    
            
        
        The sound that's going to accompany our message.
preset_names
            
        
    
            
        
        A static list of preset names that can be chosen.
print_report
            
        
    
            
        
        Whether a copy of the report is printed at every console.
subheader
            
        
    
            
        
        The subheader to include when sending the announcement. Keep blank to not include a subheader
ui_user
            
        
    
            
        
        The mob using the UI.