code/__DEFINES/hud.dm ![code/__DEFINES/hud.dm0](git.png)
HUD_STYLE_STANDARD | Standard hud |
---|---|
HUD_STYLE_REDUCED | Reduced hud (just hands and intent switcher) |
HUD_STYLE_NOHUD | No hud (for screenshots) |
HUD_VERSIONS | Used in show_hud(); Please ensure this is the same as the maximum index. |
APPEARANCE_UI_IGNORE_ALPHA | Used for progress bars and chat messages |
APPEARANCE_UI | Used for HUD objects |
SCRN_OBJ_DEFAULT | Whatever the base action datum thinks is best |
SCRN_OBJ_FLOATING | Floating somewhere on the hud, not in any predefined place |
SCRN_OBJ_IN_LIST | In the list of buttons stored at the top of the screen |
SCRN_OBJ_IN_PALETTE | In the collapseable palette |
SCRN_OBJ_INSERT_FIRST | Inserted first in the list |
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 |
HOVER_OUTLINE_FILTER | The filter name for the hover outline |
Define Details
APPEARANCE_UI ![code/__DEFINES/hud.dm 16](git.png)
Used for HUD objects
APPEARANCE_UI_IGNORE_ALPHA ![code/__DEFINES/hud.dm 14](git.png)
Used for progress bars and chat messages
HOVER_OUTLINE_FILTER ![code/__DEFINES/hud.dm 216](git.png)
The filter name for the hover outline
HUD_STYLE_NOHUD ![code/__DEFINES/hud.dm 7](git.png)
No hud (for screenshots)
HUD_STYLE_REDUCED ![code/__DEFINES/hud.dm 5](git.png)
Reduced hud (just hands and intent switcher)
HUD_STYLE_STANDARD ![code/__DEFINES/hud.dm 3](git.png)
Standard hud
HUD_VERSIONS ![code/__DEFINES/hud.dm 10](git.png)
Used in show_hud(); Please ensure this is the same as the maximum index.
PLANE_GROUP_MAIN ![code/__DEFINES/hud.dm 211](git.png)
The primary group, holds everything on the main window
PLANE_GROUP_POPUP_WINDOW ![code/__DEFINES/hud.dm 213](git.png)
A secondary group, used when a client views a generic window
SCRN_OBJ_DEFAULT ![code/__DEFINES/hud.dm 199](git.png)
Whatever the base action datum thinks is best
SCRN_OBJ_FLOATING ![code/__DEFINES/hud.dm 201](git.png)
Floating somewhere on the hud, not in any predefined place
SCRN_OBJ_INSERT_FIRST ![code/__DEFINES/hud.dm 207](git.png)
Inserted first in the list
SCRN_OBJ_IN_LIST ![code/__DEFINES/hud.dm 203](git.png)
In the list of buttons stored at the top of the screen
SCRN_OBJ_IN_PALETTE ![code/__DEFINES/hud.dm 205](git.png)
In the collapseable palette