secure_data
Vars | |
current_page | The current page being viewed. |
---|---|
field_edit_choices | The editable fields and their associated choices to display to the user. |
field_edit_questions | The editable fields and their associated question to display to the user. |
is_printing | Whether the computer is currently printing a paper or not. |
record_general | The current general record being viewed. |
record_security | The current security record being viewed. |
temp_notice | The current temporary notice. |
Procs | |
print_cell_log_finish | Called when the print cell log timer finishes |
print_record_finish | Called when the print record timer finishes |
set_temp | Sets a temporary message to display to the user |
ui_act_modal | Called in ui_act() to process modal actions |
Var Details
current_page
The current page being viewed.
field_edit_choices
The editable fields and their associated choices to display to the user.
field_edit_questions
The editable fields and their associated question to display to the user.
is_printing
Whether the computer is currently printing a paper or not.
record_general
The current general record being viewed.
record_security
The current security record being viewed.
temp_notice
The current temporary notice.
Proc Details
print_cell_log_finish
Called when the print cell log timer finishes
print_record_finish
Called when the print record timer finishes
set_temp
Sets a temporary message to display to the user
Arguments:
- text - Text to display, null/empty to clear the message from the UI
- style - The style of the message: (color name), info, success, warning, danger
ui_act_modal
Called in ui_act() to process modal actions
Arguments:
- action - The action passed by tgui
- params - The params passed by tgui