ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


constants:hudtic

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
constants:hudtic [2017/07/09 14:21] korshunconstants:hudtic [2017/07/09 14:23] (current) korshun
Line 17: Line 17:
  
 The HudMessage will disappear automatically once the loop stops. The HudMessage will disappear automatically once the loop stops.
 +
 +[[:HUD Library]] version:
 +
 +<code>
 +while (true)
 +{
 +    HudSetStayTime(HUDTIC);
 +    HudDrawText(1, ...);
 +    Delay(1);
 +}
 +</code>
constants/hudtic.1499599315.txt.gz · Last modified: 2017/07/09 14:21 by korshun