code/__DEFINES/hud.dm 
APPEARANCE_UI_IGNORE_ALPHA | Used for progress bars and chat messages |
---|---|
APPEARANCE_UI | Used for HUD objects |
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 |
ADD_HUD_TO_COOLDOWN | cooldown for being shown the images for any particular data hud |
/proc/view_to_pixels | Takes 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