This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hud_library_state [2017/04/17 17:01] – korshun | hud_library_state [2017/04/18 13:21] (current) – korshun | ||
---|---|---|---|
Line 23: | Line 23: | ||
<note important> | <note important> | ||
- | <note important> | + | <note important> |
**Default: | **Default: | ||
Manipulated by [[functions: | Manipulated by [[functions: | ||
+ | ---- | ||
==== Exclude status bar ==== | ==== Exclude status bar ==== | ||
Whether to exclude status bar from [[HUD coordinate system]]. This is equivalent to the third argument to [[zdoom> | Whether to exclude status bar from [[HUD coordinate system]]. This is equivalent to the third argument to [[zdoom> | ||
Line 182: | Line 182: | ||
Manipulated by [[functions: | Manipulated by [[functions: | ||
+ | ---- | ||
+ | |||
+ | ==== Text origin ==== | ||
+ | Which point of the text box to position. | ||
+ | |||
+ | Horizontal origin can be one of: | ||
+ | * HUD_TEXTORIGIN_LEFT | ||
+ | * HUD_TEXTORIGIN_CENTER | ||
+ | * HUD_TEXTORIGIN_RIGHT | ||
+ | |||
+ | Vertical origin can be one of: | ||
+ | * HUD_TEXTORIGIN_TOP | ||
+ | * HUD_TEXTORIGIN_CENTER | ||
+ | * HUD_TEXTORIGIN_BOTTOM | ||
+ | |||
+ | **Default: | ||
+ | |||
+ | Manipulated by: | ||
+ | * [[functions: | ||
+ | * [[functions: | ||
+ | * [[functions: | ||
+ | |||
---- | ---- | ||