byond - Modules - TypesVar Details

/datum/tgui_bug_report_form

Vars

admin_userclient of the admin who is accessing the report, we don't want multiple admins unknowingly making changes at the same time.
awaiting_admin_approvalvalue to determine if the bug report is submitted and awaiting admin approval, used for state purposes in tgui.
bug_report_datacontains all the body text for the bug report.
initial_userclient of the bug report author, needed to create the ticket

Var Details

admin_user

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

awaiting_admin_approval

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

bug_report_data

contains all the body text for the bug report.

initial_user

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