#include "../cl_shared.h"
#include "../ui/ui_main.h"
#include "../ui/ui_data.h"
#include "../ui/node/ui_node_text.h"
#include "mp_chatmessages.h"
Go to the source code of this file.
Functions | |
void | MP_AddChatMessage (const char *text) |
Displays a chat on the hud and add it to the chat buffer. | |
Variables | |
static linkedList_t * | mp_chatMessageStack = NULL |
Definition in file mp_chatmessages.c.
void MP_AddChatMessage | ( | const char * | text | ) |
Displays a chat on the hud and add it to the chat buffer.
Definition at line 36 of file mp_chatmessages.c.
References Com_Trim(), LIST_AddString(), Q_strncpyz(), TEXT_CHAT_WINDOW, UI_ExecuteConfunc(), and UI_RegisterLinkedListText().
Referenced by CL_ParseServerMessage(), Irc_AppendToBuffer(), and Irc_Client_CmdPrivmsg().
linkedList_t* mp_chatMessageStack = NULL [static] |
Definition at line 31 of file mp_chatmessages.c.