ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


hud_library_state

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hud_library_state [2017/04/18 15:56] korshunhud_library_state [2017/04/18 16:02] korshun
Line 28: Line 28:
  
 Manipulated by [[functions:HudSetVirtualSize]]. Manipulated by [[functions:HudSetVirtualSize]].
 +----
 ==== Exclude status bar ==== ==== Exclude status bar ====
 Whether to exclude status bar from [[HUD coordinate system]]. This is equivalent to the third argument to [[zdoom>SetHudSize]]. Whether to exclude status bar from [[HUD coordinate system]]. This is equivalent to the third argument to [[zdoom>SetHudSize]].
Line 182: Line 182:
  
 Manipulated by [[functions:HudSetWordWrap]]. Manipulated by [[functions:HudSetWordWrap]].
 +----
 +
 +==== 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:** HUD_TEXTORIGIN_CENTER HUD_TEXTORIGIN_CENTER
 +
 +Manipulated by:
 +  * [[functions:HudSetTextOrigin]]
 +  * [[functions:HudSetTextOriginX]]
 +  * [[functions:HudSetTextOriginY]]
 +
 ---- ----
  
hud_library_state.txt · Last modified: 2017/04/18 16:21 by korshun