ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:hudresetstate

This is an old revision of the document!


Table of Contents

HudResetState

void HudResetState()

This is a HUD Library function.

Description

Resets all HUD Library State to defaults. Should be used at the beginning of any drawing to clear any state left by previously run scripts, just like SetHudSize and SetFont are used for that purpose.

Examples

HudResetState();
HudSetPoint(320.0, 240.0);
HudDrawText(1, "Hello");
functions/hudresetstate.1492441958.txt.gz · Last modified: 2017/04/17 18:12 by korshun