ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


constants:hudtic

This is an old revision of the document!


HUD_STAYTIME_TIC

fixed HUD_STAYTIME_TIC = 0.03;

Description

This stay duration of HudMessages makes them stay on screen for exactly one tic.

Can be used with both HudMessage and the HUD Library.

Examples

while (true)
{
    HudMessage(..., HUD_STAYTIME_TIC);
    Delay(1);
}

The HudMessage will disappear automatically once the loop stops.

constants/hudtic.1499599304.txt.gz · Last modified: 2017/07/09 14:21 by korshun