Goonstation 13 - Modules - Types

code/global.dm

/var/station_areasAll the accessible areas on the station in one convenient place
/var/area_list_is_up_to_dateThe station_areas list is up to date. If something changes an area, make sure to set this to 0
/var/unconnected_zoneAreas built anew belong to a single unconnected zone, which gives its turfs over to other expandable areas when contacting them
/var/switched_objsContains objects in ID-based switched object groups, such as blinds and their switches
/var/pcap_kick_messagesspecifies if pcap kick messages show display to admins in chat
/var/logsLoooooooooogs
/var/compid_fileThe file holding computer ID information
/var/do_compid_analysisShould we be analysing the comp IDs of new clients?
/var/dont_init_spaceWhen toggled on creating new /turf/space will be faster but they will be slightly broken used when creating new z-levels
/var/valid_icon_statesIcon states that exist for a given icon ref. Format is valid_icon_states[icon] = list(). Populated by is_valid_icon_state(), used for caching.
/var/protected_frequenciesradio frequencies unable to be picked up by (empowered) radio_brain
/var/base_slip_delaybase movedelay threshold for slipping
/proc/getItemIconGenerates item icons for manufacturers and other things, used in UI dialogs. Sends to client if needed.
/proc/sendItemIconsSends all of the item icons to a client. Kinda gross, but whatever.
/proc/sendItemIconsToAllSends all item icons to all clients. Used at world startup to preload things.