An ACS library for ZDoom-based ports
void ClearHudMessage(int id)
Clears the HudMessage with the given id for the activator. Shorthand for HudMessage(s:""; HUDMSG_PLAIN, id, 0, 0, 0, 0, 0).
HudMessage(s:""; HUDMSG_PLAIN, id, 0, 0, 0, 0, 0).
For the HudMessageBold version, see ClearHudMessageBold.