DayZ 1.24
|
Private Member Functions | |
void | ConnectionLost (DayZGame game) |
void | Show () |
void | Hide () |
void | SetText (string text) |
float | GetDuration () |
void | SetDuration (float duration) |
Private Attributes | |
ref Widget | m_WidgetRoot |
TextWidget | m_TextWidgetTitle |
float | m_duration |
Definition at line 334 of file DayZGame.c.
|
inlineprivate |
Definition at line 340 of file DayZGame.c.
References Class::CastTo(), m_duration, m_TextWidgetTitle, and m_WidgetRoot.
|
inlineprivate |
Definition at line 372 of file DayZGame.c.
References m_duration.
|
inlineprivate |
Definition at line 361 of file DayZGame.c.
References m_WidgetRoot.
Definition at line 377 of file DayZGame.c.
References m_duration.
Definition at line 367 of file DayZGame.c.
References m_TextWidgetTitle.
|
inlineprivate |
Definition at line 349 of file DayZGame.c.
References g_Game, m_TextWidgetTitle, and m_WidgetRoot.
|
private |
Definition at line 338 of file DayZGame.c.
Referenced by ConnectionLost(), GetDuration(), and SetDuration().
|
private |
Definition at line 337 of file DayZGame.c.
Referenced by ConnectionLost(), SetText(), and Show().
Definition at line 336 of file DayZGame.c.
Referenced by ConnectionLost(), Hide(), and Show().