ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:hud

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
new:hud [2018/02/18 18:16] korshunnew:hud [2018/02/18 18:22] korshun
Line 1: Line 1:
-====== HUD utilities ======+====== HUD functions ====== 
 + 
 +For advanced [[zdoom>HudMessage]] programming, try [[HUD Library]].
  
 ===== ClearHudMessage ===== ===== ClearHudMessage =====
Line 10: Line 12:
 This is a very useful shorthand for ''HudMessage(s:""; HUDMSG_PLAIN, id, 0, 0.0, 0.0, 0.0, 0.0);''. No need to remember how many zeros to insert. This is a very useful shorthand for ''HudMessage(s:""; HUDMSG_PLAIN, id, 0, 0.0, 0.0, 0.0, 0.0);''. No need to remember how many zeros to insert.
  
 +===== StatusBarVisible =====
 +
 +''bool StatusBarVisible()''
 +
 +Returns true if the status bar is currently visible. Shorthand for ''GetCVar("screenblocks") <= 10''.
  
new/hud.txt · Last modified: 2018/02/18 18:22 by korshun