DayZ 1.24
|
Protected Member Functions | |
void | Chat () |
void | ~Chat () |
void | Init (Widget root_widget) |
void | Destroy () |
void | Clear () |
void | Add (ChatMessageEventParams params) |
void | AddInternal (ChatMessageEventParams params) |
Protected Attributes | |
Widget | m_RootWidget |
int | m_LineHeight |
int | m_LastLine |
ref array< ref ChatLine > | m_Lines |
Private Attributes | |
const int | LINE_COUNT = 12 |
channel type, possible values CCSystem(1) CCAdmin(2) CCDirect(4) CCMegaphone(8) CCTransmitter(16) CCPublicAddressSystem(32) CCBattlEye(64)
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Definition at line 66 of file Chat.c.
References AddInternal(), Math::Clamp(), g_Game, and Print().
|
inlineprotected |
Definition at line 123 of file Chat.c.
References LINE_COUNT, m_LastLine, m_LineHeight, m_Lines, x, and y.
Referenced by Add().
|
inlineprotected |
Definition at line 60 of file Chat.c.
References LINE_COUNT, and m_Lines.
|
inlineprotected |
Definition at line 33 of file Chat.c.
References Destroy(), LINE_COUNT, m_LastLine, m_LineHeight, m_Lines, and m_RootWidget.
Definition at line 16 of file Chat.c.
Referenced by AddInternal(), Clear(), and Init().
|
protected |
Definition at line 20 of file Chat.c.
Referenced by AddInternal(), and Init().
|
protected |
Definition at line 19 of file Chat.c.
Referenced by AddInternal(), and Init().