HUD - baso88/SC_AngelScript GitHub Wiki
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. |