![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | Clear () |
| int | ColorNameToColor (string pColorName) |
| void | SetColorByParam (string pParamValue, int pFallback) |
Private Member Functions | |
| void | ChatLine (Widget root_widget) |
| void | ~ChatLine () |
| void | Set (ChatMessageEventParams params) |
| void | SetColour (int colour) |
Private Attributes | |
| const string | ADMIN_PREFIX = "(" + "#STR_MP_MASTER" + ") " |
| const int | ADMIN_TEXT_COLOUR = ARGB(255, 255, 255, 0) |
| const int | DEFAULT_COLOUR = ARGB(255, 255, 255, 255) |
| const float | FADE_IN_DURATION = 0.5 |
| const float | FADE_OUT_DURATION = 3 |
| const float | FADE_TIMEOUT = 30 |
| const string | GAME_PREFIX = "(" + "#layout_chat_game" + ") " |
| const int | GAME_TEXT_COLOUR = ARGB(255, 255, 0, 0) |
| ref WidgetFadeTimer | m_FadeTimer |
| TextWidget | m_NameWidget |
| Widget | m_RootWidget |
| TextWidget | m_TextWidget |
| ref Timer | m_TimeoutTimer |
| const string | RADIO_PREFIX = "(" + "#str_radio" + ") " |
Definition at line 1 of file chatline.c.
Definition at line 23 of file chatline.c.
References CALL_CATEGORY_GUI, g_Game, m_FadeTimer, m_NameWidget, m_RootWidget, m_TextWidget, and m_TimeoutTimer.
|
inlineprivate |
Definition at line 34 of file chatline.c.
References m_TextWidget.
|
inlineprotected |
Definition at line 130 of file chatline.c.
References m_FadeTimer, m_RootWidget, and m_TimeoutTimer.
Definition at line 137 of file chatline.c.
References COLOR_BLUE, COLOR_GREEN, COLOR_RED, and COLOR_YELLOW.
Referenced by SetColorByParam().
|
inlineprivate |
Definition at line 39 of file chatline.c.
References ADMIN_PREFIX, ADMIN_TEXT_COLOUR, DEFAULT_COLOUR, FADE_IN_DURATION, FADE_OUT_DURATION, FADE_TIMEOUT, GAME_PREFIX, GAME_TEXT_COLOUR, m_FadeTimer, m_NameWidget, m_RootWidget, m_TextWidget, m_TimeoutTimer, RADIO_PREFIX, SetColorByParam(), and SetColour().
Referenced by Chat::AddInternal().
Definition at line 119 of file chatline.c.
References ColorNameToColor(), and SetColour().
Referenced by Set().
|
inlineprivate |
Definition at line 113 of file chatline.c.
References m_NameWidget, and m_TextWidget.
Referenced by Set(), and SetColorByParam().
|
private |
Definition at line 10 of file chatline.c.
Referenced by Set().
Definition at line 13 of file chatline.c.
Referenced by Set().
Definition at line 11 of file chatline.c.
Referenced by Set().
|
private |
Definition at line 6 of file chatline.c.
Referenced by Set().
|
private |
Definition at line 5 of file chatline.c.
Referenced by Set().
|
private |
Definition at line 4 of file chatline.c.
Referenced by Set().
|
private |
Definition at line 9 of file chatline.c.
Referenced by Set().
Definition at line 12 of file chatline.c.
Referenced by Set().
|
private |
Definition at line 20 of file chatline.c.
Referenced by ChatLine(), Clear(), and Set().
|
private |
Definition at line 17 of file chatline.c.
Referenced by ChatLine(), Set(), and SetColour().
|
private |
Definition at line 16 of file chatline.c.
Referenced by ChatLine(), Chat::AddInternal(), Clear(), and Set().
|
private |
Definition at line 18 of file chatline.c.
Referenced by ChatLine(), ~ChatLine(), Set(), and SetColour().
|
private |
Definition at line 21 of file chatline.c.
Referenced by ChatLine(), Clear(), and Set().
|
private |
Definition at line 8 of file chatline.c.
Referenced by Set().