![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
channel type, possible values CCSystem(1) CCAdmin(2) CCDirect(4) CCMegaphone(8) CCTransmitter(16) CCPublicAddressSystem(32) CCBattlEye(64) More...
Protected Member Functions | |
| void | Chat () |
| void | ~Chat () |
| void | Add (ChatMessageEventParams params) |
| void | AddInternal (ChatMessageEventParams params) |
| void | Clear () |
| void | Destroy () |
| void | Init (Widget root_widget) |
Protected Attributes | |
| int | m_LastLine |
| int | m_LineHeight |
| ref array< ref ChatLine > | m_Lines |
| Widget | m_RootWidget |
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 |
Definition at line 68 of file chat.c.
References AddInternal(), Math::Clamp(), g_Game, and Print().
|
inlineprotected |
Definition at line 127 of file chat.c.
References LINE_COUNT, m_LastLine, m_LineHeight, m_Lines, ChatLine::m_RootWidget, ChatLine::Set(), x, and y.
Referenced by Add().
|
inlineprotected |
Definition at line 60 of file chat.c.
References LINE_COUNT, and m_Lines.
|
inlineprotected |
|
inlineprotected |
Definition at line 33 of file chat.c.
References Destroy(), LINE_COUNT, m_LastLine, m_LineHeight, m_Lines, and m_RootWidget.
|
private |
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().