![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| bool | CanChangeHintPage (float timeAccu) |
Protected Attributes | |
| ButtonWidget | m_btnLeave |
| bool | m_IsRespawn |
| TextWidget | m_txtDescription |
| TextWidget | m_txtLabel |
Private Member Functions | |
| void | ~LoginTimeBase () |
| void | Hide () |
| override Widget | Init () |
| bool | IsRespawn () |
| void | LoginTimeBase () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| void | SetRespawn (bool value) |
| void | SetStatus (string status) |
| void | SetTime (int time) |
| void | Show () |
Private Attributes | |
| ref FullTimeData | m_FullTime |
Definition at line 205 of file dayzgame.c.
|
inlineprivate |
Definition at line 223 of file dayzgame.c.
References g_Game, and m_FullTime.
Definition at line 323 of file dayzgame.c.
References GameConstants::LOADING_SCREEN_HINT_INTERVAL, GameConstants::LOADING_SCREEN_HINT_INTERVAL_MIN, and m_FullTime.
Referenced by UIScriptedMenu::Update().
|
inlineprivate |
Definition at line 275 of file dayzgame.c.
References m_HintPanel.
|
inlineprivate |
Definition at line 230 of file dayzgame.c.
References g_Game, InputUtils::GetRichtextButtonIconFromInputAction(), InputUtils::ICON_SCALE_TOOLBAR, m_btnLeave, m_txtDescription, and m_txtLabel.
|
inlineprivate |
Definition at line 318 of file dayzgame.c.
References m_IsRespawn.
|
inlineprivate |
Definition at line 215 of file dayzgame.c.
References g_Game, m_FullTime, and m_IsRespawn.
Definition at line 255 of file dayzgame.c.
References m_btnLeave, x, and y.
|
inlineprivate |
Definition at line 313 of file dayzgame.c.
References m_IsRespawn.
|
inlineprivate |
Definition at line 308 of file dayzgame.c.
References m_txtDescription.
|
inlineprivate |
Definition at line 282 of file dayzgame.c.
References string::Format(), g_Game, m_FullTime, m_IsRespawn, and m_txtLabel.
|
inlineprivate |
Definition at line 266 of file dayzgame.c.
References m_HintPanel.
|
protected |
Definition at line 209 of file dayzgame.c.
|
private |
Definition at line 213 of file dayzgame.c.
Referenced by ~LoginTimeBase(), CanChangeHintPage(), LoginTimeBase(), and SetTime().
|
protected |
Definition at line 211 of file dayzgame.c.
Referenced by IsRespawn(), LoginTimeBase(), SetRespawn(), and SetTime().
|
protected |
Definition at line 207 of file dayzgame.c.
Referenced by Init(), and SetStatus().
|
protected |
Definition at line 208 of file dayzgame.c.