Quake II RTX doxygen  1.0 dev
chatline_t Struct Reference

Public Attributes

char text [MAX_CHAT_TEXT]
 
unsigned time
 

Detailed Description

Definition at line 889 of file screen.c.

Member Data Documentation

◆ text

char chatline_t::text[MAX_CHAT_TEXT]

Definition at line 890 of file screen.c.

Referenced by SCR_AddToChatHUD(), and SCR_DrawChatHUD().

◆ time

unsigned chatline_t::time

Definition at line 891 of file screen.c.

Referenced by SCR_AddToChatHUD(), and SCR_DrawChatHUD().