Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/hud.dm

APPEARANCE_UI_IGNORE_ALPHAUsed for progress bars and chat messages
APPEARANCE_UIUsed for HUD objects
PLANE_GROUP_MAINThe primary group, holds everything on the main window
PLANE_GROUP_POPUP_WINDOWA secondary group, used when a client views a generic window
ADD_HUD_TO_COOLDOWNcooldown for being shown the images for any particular data hud
/proc/view_to_pixelsTakes a string or num view, and converts it to pixel width/height in a list(pixel_width, pixel_height)

Define Details

ADD_HUD_TO_COOLDOWN

cooldown for being shown the images for any particular data hud

APPEARANCE_UI

Used for HUD objects

APPEARANCE_UI_IGNORE_ALPHA

Used for progress bars and chat messages

PLANE_GROUP_MAIN

The primary group, holds everything on the main window

PLANE_GROUP_POPUP_WINDOW

A secondary group, used when a client views a generic window