Space Station 13 - Baystation 12 - Modules - TypesVar Details

globals

Vars

alive_mobsList of all mob/living currently alive
cable_listAll /obj/structure/cable, managed by instances
dead_mobsList of all mob/living currently dead
entered_eventDismembered Handling
ghost_mobsList of all observer/ghost mobs
human_mobsList of all carbon/human* mobs
iconCacheFor the main html chat area Cache of icons for the browser output
living_playersList of all living mobs with clients currently attached
mannequinsAll character setup mannequins
mil_branchesDatums for military branches and ranks
module_deactivated_eventModule Activated Handling
module_deselected_eventModule Deactivated Handling
module_selected_eventModule Selected Handling
moved_eventModule Selected Handling
player_listList of all mobs with clients currently attached
side_effectsAll medical side effects
sight_set_eventShuttle Moved/Pre Move Handling
silicon_mobsList of all silicon* mobs
terminal_commandsTo cut down on unneeded creation/deletion, these are global.
zombie_messagesZombie Globals

Var Details

alive_mobs

List of all mob/living currently alive

cable_list

All /obj/structure/cable, managed by instances

dead_mobs

List of all mob/living currently dead

entered_event

Dismembered Handling

ghost_mobs

List of all observer/ghost mobs

human_mobs

List of all carbon/human* mobs

iconCache

For the main html chat area Cache of icons for the browser output

living_players

List of all living mobs with clients currently attached

mannequins

All character setup mannequins

mil_branches

Datums for military branches and ranks

Map datums can optionally specify a list of /datum/mil_branch paths. These paths are used to initialize the global mil_branches object, which contains a list of branch objects the map uses. Each branch definition specifies a list of /datum/mil_rank paths, which are ranks available to that branch.

Which branches and ranks can be selected for spawning is specifed in GLOB.using_map and each branch datum definition, respectively.

module_deactivated_event

Module Activated Handling

module_deselected_event

Module Deactivated Handling

module_selected_event

Module Selected Handling

moved_event

Module Selected Handling

player_list

List of all mobs with clients currently attached

side_effects

All medical side effects

sight_set_event

Shuttle Moved/Pre Move Handling

silicon_mobs

List of all silicon* mobs

terminal_commands

To cut down on unneeded creation/deletion, these are global.

zombie_messages

Zombie Globals