UTIL ShowMessageAll: Difference between revisions
Jump to navigation
Jump to search
(Did bassicaly all, going to add examples later) |
m (Can leave the stub, because This article can be supplemented (there is a template todo - examples), when you done this, delete this template.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ent|UTIL_ShowMessageAll}} is a [[UTIL]] | {{stub}} | ||
{{ent|UTIL_ShowMessageAll}} is a [[UTIL]] that show a message to everyone. | |||
{{todo|Add examples.}} | {{todo|Add examples.}} | ||
Line 5: | Line 6: | ||
==Declaration== | ==Declaration== | ||
<source lang=cpp> | <source lang=cpp> | ||
void | void UTIL_ShowMessageAll( const char *pString ); | ||
</source> | </source> |
Latest revision as of 08:31, 8 November 2023
UTIL_ShowMessageAll is a UTIL that show a message to everyone.
Todo: Add examples.
Declaration
void UTIL_ShowMessageAll( const char *pString );