command_report_menu ![code/modules/admin/verbs/commandreport.dm 25](git.png)
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 ![code/modules/admin/verbs/commandreport.dm 35](git.png)
Whether the report's contents are announced.
announcement_color ![code/modules/admin/verbs/commandreport.dm 41](git.png)
The colour of the announcement when sent
command_name ![code/modules/admin/verbs/commandreport.dm 29](git.png)
The name of central command that will accompany our report
command_report_content ![code/modules/admin/verbs/commandreport.dm 33](git.png)
The actual contents of the report we're going to send.
custom_name ![code/modules/admin/verbs/commandreport.dm 31](git.png)
Whether we are using a custom name instead of a preset.
played_sound ![code/modules/admin/verbs/commandreport.dm 39](git.png)
The sound that's going to accompany our message.
preset_names ![code/modules/admin/verbs/commandreport.dm 45](git.png)
A static list of preset names that can be chosen.
print_report ![code/modules/admin/verbs/commandreport.dm 37](git.png)
Whether a copy of the report is printed at every console.
subheader ![code/modules/admin/verbs/commandreport.dm 43](git.png)
The subheader to include when sending the announcement. Keep blank to not include a subheader
ui_user ![code/modules/admin/verbs/commandreport.dm 27](git.png)
The mob using the UI.