UTIL ShowMessageAll: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Sorry i did a thing wrong)
Line 1: Line 1:
{{draft}}{{stub}}{{cleanup}}
{{ent|UTIL_ShowMessageAll}} is a [[UTIL]] that show a message to everyone.
{{ent|UTIL_ShowMessageAll}} is a [[UTIL]] function that prints as transparent 'title' to the HUD to every single player


{{todo|Add examples.}}
{{todo|Add examples.}}
Line 6: Line 5:
==Declaration==
==Declaration==
<source lang=cpp>
<source lang=cpp>
void UTIL_HudMessageAll( const hudtextparms_t &textparms, const char *pMessage );
void UTIL_ShowMessageAll( const char *pString );
</source>
</source>

Revision as of 06:39, 8 November 2023

UTIL_ShowMessageAll is a UTIL that show a message to everyone.

Todo: Add examples.

Declaration

void		UTIL_ShowMessageAll( const char *pString );