Space Station 13 - Modules - TypesVar Details

tgui_bug_report_form

Vars

approving_userclient of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time.
awaiting_approvalvalue to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui.
bug_report_datacontains all the body text for the bug report.
db_uidUID for DB stuff
initial_keyckey of the author
initial_user_uidclient of the bug report author, needed to create the ticket
selected_confirmfor garbage collection purposes.

Var Details

approving_user

client of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time.

awaiting_approval

value to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui.

bug_report_data

contains all the body text for the bug report.

db_uid

UID for DB stuff

initial_key

ckey of the author

initial_user_uid

client of the bug report author, needed to create the ticket

selected_confirm

for garbage collection purposes.