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

status_display

Status display which can show images and scrolling text.

Vars

active_displaysUsed in greenscreen mode: the display currently being displayed (via vis_contents)
header_text_colorColor for headers, eg. "- ETA -"
message_key_1String key we use to index the first effect overlay displayed on us
message_key_2String key we use to index the second effect overlay displayed on us
speakersLazy-inited radio in greenscreen mode to receive speech from the display
text_colorNormal text color

Procs

clear_displayRemove both message objs and null the fields. Don't call this in subclasses.
clear_green_screenClears the green screen display.
clear_textClears text off the display.
set_messagesImmediately change the display to the given two lines.
updateUpdate the display and, if necessary, re-enable processing.
update_messageCreate/update message overlay. They must be handled as real objects for the animation to run. Don't call this in subclasses. Arguments:

Var Details

active_displays

Used in greenscreen mode: the display currently being displayed (via vis_contents)

header_text_color

Color for headers, eg. "- ETA -"

message_key_1

String key we use to index the first effect overlay displayed on us

message_key_2

String key we use to index the second effect overlay displayed on us

speakers

Lazy-inited radio in greenscreen mode to receive speech from the display

text_color

Normal text color

Proc Details

clear_display

Remove both message objs and null the fields. Don't call this in subclasses.

clear_green_screen

Clears the green screen display.

clear_text

Clears text off the display.

set_messages

Immediately change the display to the given two lines.

update

Update the display and, if necessary, re-enable processing.

update_message

Create/update message overlay. They must be handled as real objects for the animation to run. Don't call this in subclasses. Arguments: