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/17 19:55] korshunhud_library_state [2017/04/18 16:02] korshun
Line 23: Line 23:
 <note important>Virtual screen size is specified using fixed-point numbers. The restriction on integers in [[zdoom>SetHudSize]] is completely arbitrary.</note> <note important>Virtual screen size is specified using fixed-point numbers. The restriction on integers in [[zdoom>SetHudSize]] is completely arbitrary.</note>
  
-<note important>Virtual screen size affects 3D message size.</note>+<note important>Virtual screen size affects 3D message size. The scale of 3D messages will match that of 2D ones at 128 units from the camera plane.</note>
  
 **Default:** 640x480 **Default:** 640x480
  
-Manipulated by+Manipulated by [[functions:HudSetVirtualSize]]. 
-  * [[functions:HudSetVirtualSize]]. +----
-  * [[functions:HudUseDefaultSize]]. +
-  * [[functions:HudUseRealSize]]. +
 ==== Exclude status bar ==== ==== Exclude status bar ====
-Whether to exclude status bar from [[HUD coordinate system]].+Whether to exclude status bar from [[HUD coordinate system]]. This is equivalent to the third argument to [[zdoom>SetHudSize]].
  
 **Default:** false **Default:** false
Line 185: 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