Skip to content
GeckoN edited this page Jul 29, 2017 · 7 revisions

The HUD enumeration is used by the CPlayerFuncs::ClientPrint and CPlayerFuncs::ClientPrintAll methods to tell clients where to print text.

The HTML documentation can be found here.

Constant Description
HUD_PRINTNOTIFY Print to notify area. This is the upper left area of the screen.
HUD_PRINTCONSOLE Print to the client's console.
HUD_PRINTTALK Print to game chat.
HUD_PRINTCENTER Print to center of screen.
Clone this wiki locally