globals

Vars | |
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 |
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 |
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