ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:hud

This is an old revision of the document!


HUD functions

For advanced HudMessage programming, try HUD Library.

ClearHudMessage

void ClearHudMessage(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.

StatusBarVisible

bool StatusBarVisible()

Returns true if the status bar is currently visible. Shorthand for GetCVar(“screenblocks”) ⇐ 10.

new/hud.1518970943.txt.gz · Last modified: 2018/02/18 18:22 by korshun