![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionMenu () |
| void | Hide () |
| void | HideWithFadeout () |
| void | Init (Widget actions_panel_widget, TextWidget default_action_widget) |
| void | NextAction () |
| void | NextActionCategory () |
| void | PrevAction () |
| void | PrevActionCategory () |
| void | Refresh () |
| void | Show () |
| void | UpdateWidgets () |
Private Attributes | |
| const float | FADE_IN_TIME = 0.3 |
| const float | FADE_OUT_TIME = 0.3 |
| const float | HIDE_MENU_TIME = 5 |
| ref array< TextWidget > | m_actionItems |
| Widget | m_actionsPanelWidget |
| TextWidget | m_defaultActionWidget |
| ref WidgetFadeTimer | m_FadeTimer |
| ref Timer | m_hide_timer |
| bool | m_visible |
Definition at line 1 of file actionmenu.c.
|
inlineprivate |
Definition at line 15 of file actionmenu.c.
References CALL_CATEGORY_GUI, m_actionItems, m_FadeTimer, m_hide_timer, and m_visible.
|
inlineprivate |
Definition at line 161 of file actionmenu.c.
References m_actionsPanelWidget, m_FadeTimer, m_hide_timer, and m_visible.
|
inlineprivate |
Definition at line 173 of file actionmenu.c.
References FADE_OUT_TIME, m_actionsPanelWidget, and m_FadeTimer.
|
inlineprivate |
Definition at line 23 of file actionmenu.c.
References m_actionItems, m_actionsPanelWidget, and m_defaultActionWidget.
|
inlineprivate |
Definition at line 102 of file actionmenu.c.
References g_Game, HIDE_MENU_TIME, m_hide_timer, and UpdateWidgets().
|
inlineprivate |
Definition at line 122 of file actionmenu.c.
References g_Game, HIDE_MENU_TIME, m_hide_timer, and UpdateWidgets().
|
inlineprivate |
Definition at line 112 of file actionmenu.c.
References g_Game, HIDE_MENU_TIME, m_hide_timer, and UpdateWidgets().
|
inlineprivate |
Definition at line 132 of file actionmenu.c.
References g_Game, HIDE_MENU_TIME, m_hide_timer, and UpdateWidgets().
|
inlineprivate |
Definition at line 151 of file actionmenu.c.
References g_Game, m_visible, Show(), and UpdateWidgets().
|
inlineprivate |
Definition at line 142 of file actionmenu.c.
References HIDE_MENU_TIME, m_hide_timer, and m_visible.
Referenced by Refresh().
|
inlineprivate |
Definition at line 44 of file actionmenu.c.
References FADE_IN_TIME, FADE_OUT_TIME, g_Game, DiagMenu::GetBool(), m_actionItems, m_actionsPanelWidget, m_defaultActionWidget, and m_FadeTimer.
Referenced by NextAction(), NextActionCategory(), PrevAction(), PrevActionCategory(), and Refresh().
|
private |
Definition at line 3 of file actionmenu.c.
Referenced by UpdateWidgets().
|
private |
Definition at line 4 of file actionmenu.c.
Referenced by HideWithFadeout(), and UpdateWidgets().
|
private |
Definition at line 5 of file actionmenu.c.
Referenced by NextAction(), NextActionCategory(), PrevAction(), PrevActionCategory(), and Show().
|
private |
Definition at line 8 of file actionmenu.c.
Referenced by ActionMenu(), Init(), and UpdateWidgets().
|
private |
Definition at line 10 of file actionmenu.c.
Referenced by Hide(), HideWithFadeout(), Init(), and UpdateWidgets().
|
private |
Definition at line 9 of file actionmenu.c.
Referenced by Init(), and UpdateWidgets().
|
private |
Definition at line 7 of file actionmenu.c.
Referenced by ActionMenu(), Hide(), HideWithFadeout(), and UpdateWidgets().
|
private |
Definition at line 11 of file actionmenu.c.
Referenced by ActionMenu(), Hide(), NextAction(), NextActionCategory(), PrevAction(), PrevActionCategory(), and Show().
|
private |
Definition at line 13 of file actionmenu.c.
Referenced by ActionMenu(), Hide(), Refresh(), and Show().