/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_hud.dm

COMSIG_HUD_EYE_CHANGEDSent from /datum/hud/proc/on_eye_change(): (atom/old_eye, atom/new_eye)
COMSIG_HUD_OFFSET_CHANGEDSent from /datum/hud/proc/eye_z_changed() : (old_offset, new_offset)
COMSIG_HUD_LOBBY_COLLAPSEDSent from /atom/movable/screen/lobby/button/collapse/proc/collapse_buttons() : ()
COMSIG_HUD_LOBBY_EXPANDEDSent from /atom/movable/screen/lobby/button/collapse/proc/expand_buttons() : ()
COMSIG_HUD_PLAYER_READY_TOGGLESent from /atom/movable/screen/lobby/button/ready/Click() : ()

Define Details

COMSIG_HUD_EYE_CHANGED

Sent from /datum/hud/proc/on_eye_change(): (atom/old_eye, atom/new_eye)

COMSIG_HUD_LOBBY_COLLAPSED

Sent from /atom/movable/screen/lobby/button/collapse/proc/collapse_buttons() : ()

COMSIG_HUD_LOBBY_EXPANDED

Sent from /atom/movable/screen/lobby/button/collapse/proc/expand_buttons() : ()

COMSIG_HUD_OFFSET_CHANGED

Sent from /datum/hud/proc/eye_z_changed() : (old_offset, new_offset)

COMSIG_HUD_PLAYER_READY_TOGGLE

Sent from /atom/movable/screen/lobby/button/ready/Click() : ()