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

Next revision
Previous revision
constants:hudtic [2017/07/09 14:21] – created korshunconstants:hudtic [2017/07/09 14:23] (current) korshun
Line 1: Line 1:
-====== HUD_STAYTIME_TIC ====== +====== HUDTIC ====== 
-''fixed HUD_STAYTIME_TIC = 0.03;''+''fixed HUDTIC = 0.03;''
  
 ===== Description ===== ===== Description =====
Line 11: Line 11:
 while (true) while (true)
 { {
-    HudMessage(..., HUD_STAYTIME_TIC);+    HudMessage(..., HUDTIC);
     Delay(1);     Delay(1);
 } }
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.1499599304.txt.gz · Last modified: 2017/07/09 14:21 by korshun