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

Next revision
Previous revision
new:hud [2018/02/18 18:16] – created korshunnew:hud [2018/02/18 18:22] (current) korshun
Line 1: Line 1:
-====== HUD utilities ======+====== HUD functions ====== 
 + 
 +For advanced HUD programming, try [[HUD Library]].
  
 ===== ClearHudMessage ===== ===== ClearHudMessage =====
Line 6: Line 8:
 ''void ClearHudMessageBold(int id)'' ''void ClearHudMessageBold(int id)''
  
-Remove HudMessage with the given id. 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.+Remove HudMessage with the given id. 
 + 
 +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.1518970564.txt.gz · Last modified: 2018/02/18 18:16 by korshun