Space Station 13 - Modules - TypesVar Details - Proc Details

atom_hud

Vars

hud_iconsIndexes for the atom's hud_list.
hudatomsAll the atoms that display this hud.
hudusersAll the mobs who can see this hud, and their sources. each_mob = list(source/1, source/2).
ignore_invisibility_checkDo we ignore the invisibility check? Used by anom huds so we can see our stuff.

Procs

add_hud_imagesAdds all hud images that A produces to player M's view.
add_hud_toAdds source to mob's sources of this hud, and shows them all the pictures on the hud
add_to_hudAdds single atom A to the list of pictures this hud will display. Shows them to mobs with this hud.
remove_from_hudRemoves a single item from being displayed on this hud, for example, removes one mess from janihud.
remove_hud_fromRemoves source from mob's hud sources, and if mob has no hud sources, removes their ability to see this hud
remove_hud_imagesRemoves all of the hud pictures that A produces from mob M's view.

Var Details

hud_icons

Indexes for the atom's hud_list.

hudatoms

All the atoms that display this hud.

hudusers

All the mobs who can see this hud, and their sources. each_mob = list(source/1, source/2).

ignore_invisibility_check

Do we ignore the invisibility check? Used by anom huds so we can see our stuff.

Proc Details

add_hud_images

Adds all hud images that A produces to player M's view.

add_hud_to

Adds source to mob's sources of this hud, and shows them all the pictures on the hud

add_to_hud

Adds single atom A to the list of pictures this hud will display. Shows them to mobs with this hud.

remove_from_hud

Removes a single item from being displayed on this hud, for example, removes one mess from janihud.

remove_hud_from

Removes source from mob's hud sources, and if mob has no hud sources, removes their ability to see this hud

remove_hud_images

Removes all of the hud pictures that A produces from mob M's view.