observer

Vars | |
data_hud_seen | Defines from __DEFINES/hud.dm go here based on which huds the ghost has activated. |
---|---|
Procs | |
toggle_all_huds_off | Toggles off all HUDs for the ghost player. |
toggle_all_huds_on | Toggles on all HUDs for the ghost player. |
Var Details
data_hud_seen

Defines from __DEFINES/hud.dm go here based on which huds the ghost has activated.
Proc Details
toggle_all_huds_off
Toggles off all HUDs for the ghost player.
toggle_all_huds_on
Toggles on all HUDs for the ghost player.
Enables antag HUD only if the ghost belongs to an admin.
Arguments:
- user - A reference to the ghost's old mob. This argument is required since
src
does not have aclient
at this point.