/tg/ Station 13 - Modules - TypesVar Details - Proc Details

detective_scan_category

Vars

display_orderOrder the data with this category will be sorted by
idCategory ID. Must be defined in code/__DEFINES/security.dm
nameName of scan category. Used in UIs and in paper
ui_iconFontawesome icon used in TGUI near this category data entry
ui_icon_colorFontawesome icon color used in TGUI near this category data entry

Procs

format_report_entryFormats entered log data. Can be used to have unique formating per each category
generate_report_dataGenerates report data used in /datum/detective_scanner_log/proc/generate_report_text()

Var Details

display_order

Order the data with this category will be sorted by

id

Category ID. Must be defined in code/__DEFINES/security.dm

name

Name of scan category. Used in UIs and in paper

ui_icon

Fontawesome icon used in TGUI near this category data entry

ui_icon_color

Fontawesome icon color used in TGUI near this category data entry

Proc Details

format_report_entry

Formats entered log data. Can be used to have unique formating per each category

generate_report_data

Generates report data used in /datum/detective_scanner_log/proc/generate_report_text()