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

title

Vars

file_pathThe path to the title screen image
iconThe icon to use for the title screen
init_infosA list of initialization information
init_stat_maptextHolds the maptext that displays initialization information on the title screen
music_maptextHolds the maptext that displays the playing music on the title screen
num_dotsTracks the number of dots to display
previous_iconThe previous title screen icon (from the last round)
splash_turfReference to the turf in the lobby, which is where we hold the title screen
stats_fadedTracks when stats have been faded out for everyone
total_init_timeThe total time taken to initialize the game

Procs

add_init_textAdds an entry to the initialization information list
fade_init_textSimply fades out the initialization text
remove_init_textRemoves the passed category from the initialization information list
update_init_textUpdates the displayed initialization text according to all initialization information
update_music_textUpdates the text displayed on the title screen for lobby music

Var Details

file_path

The path to the title screen image

icon

The icon to use for the title screen

init_infos

A list of initialization information

init_stat_maptext

Holds the maptext that displays initialization information on the title screen

music_maptext

Holds the maptext that displays the playing music on the title screen

num_dots

Tracks the number of dots to display

previous_icon

The previous title screen icon (from the last round)

splash_turf

Reference to the turf in the lobby, which is where we hold the title screen

stats_faded

Tracks when stats have been faded out for everyone

total_init_time

The total time taken to initialize the game

Proc Details

add_init_text

Adds an entry to the initialization information list

fade_init_text

Simply fades out the initialization text

remove_init_text

Removes the passed category from the initialization information list

update_init_text

Updates the displayed initialization text according to all initialization information

update_music_text

Updates the text displayed on the title screen for lobby music