DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ScriptedWidgetEventHandler |
map: item x vector(index, width, height) More... | |
Functions | |
void | HudDebug () |
void | ~HudDebug () |
override void | Init (Widget hud_panel_widget) |
override void | Update (float timeslice) |
void | SetPanelVisible (int panel_type, bool visible) |
void | PanelShow (int panel_type) |
void | PanelHide (int panel_type) |
void | RefreshCrosshairVisibility () |
void | HideCrosshairVisibility () |
void | RefreshByLocalProfile () |
bool | IsInitialized () |
bool | OnClick (Widget w, int x, int y, int button) |
bool | OnChange (Widget w, int x, int y, bool finished) |
Variables | |
class HudDebugEventHandler extends ScriptedWidgetEventHandler | HUD_WIN_UNDEFINED = 0 |
static const int | HUD_WIN_CHAR_STATS = 1 |
static const int | HUD_WIN_CHAR_MODIFIERS = 2 |
static const int | HUD_WIN_CHAR_AGENTS = 3 |
static const int | HUD_WIN_CHAR_DEBUG = 4 |
static const int | HUD_WIN_CHAR_LEVELS = 5 |
static const int | HUD_WIN_CHAR_STOMACH = 6 |
static const int | HUD_WIN_VERSION = 7 |
static const int | HUD_WIN_TEMPERATURE = 8 |
Widget | m_WgtRoot |
Widget | m_Crosshair |
ref array< ref HudDebugWinBase > | m_Panels |
ref Timer | m_TimerUpdate |
ref HudDebugEventHandler | m_HudDebugHandler |
ref HudDebugWinCharModifiers | m_WinCharModifiers |
ref HudDebugWinCharStats | m_WinCharStats |
ref HudDebugWinCharAgents | m_WinCharAgents |
void HideCrosshairVisibility | ( | ) |
Definition at line 247 of file HudDebug.c.
References GetPlugin(), and m_Crosshair.
void HudDebug | ( | ) |
Definition at line 104 of file HudDebug.c.
Referenced by HudDebugWinBase::GetType(), GetType(), MissionBase::OnInit(), and RefreshByLocalProfile().
Definition at line 120 of file HudDebug.c.
References HudDebugWinCharAgents(), HudDebugWinCharModifiers(), m_Crosshair, m_HudDebugHandler, m_Panels, m_TimerUpdate, m_WgtRoot, m_WinCharAgents, m_WinCharModifiers, m_WinCharStats, RefreshByLocalProfile(), and RefreshCrosshairVisibility().
bool IsInitialized | ( | ) |
Definition at line 283 of file HudDebug.c.
References m_WgtRoot.
Definition at line 318 of file HudDebug.c.
References m_WinCharStats, x, and y.
Definition at line 294 of file HudDebug.c.
References m_WinCharAgents, m_WinCharModifiers, m_WinCharStats, x, and y.
Definition at line 214 of file HudDebug.c.
References m_Panels.
Referenced by SetPanelVisible().
Definition at line 200 of file HudDebug.c.
References m_Panels.
Referenced by SetPanelVisible().
void RefreshByLocalProfile | ( | ) |
Definition at line 263 of file HudDebug.c.
References GetPlugin(), HudDebug(), and SetPanelVisible().
Referenced by Init().
void RefreshCrosshairVisibility | ( | ) |
Definition at line 228 of file HudDebug.c.
References GetPlugin(), and m_Crosshair.
Referenced by Init(), and ScriptConsoleGeneralTab::OnClick().
Definition at line 189 of file HudDebug.c.
References PanelHide(), and PanelShow().
Referenced by RefreshByLocalProfile().
Definition at line 111 of file HudDebug.c.
References m_TimerUpdate, and m_WgtRoot.
Definition at line 85 of file HudDebug.c.
Definition at line 86 of file HudDebug.c.
Definition at line 87 of file HudDebug.c.
Definition at line 84 of file HudDebug.c.
Definition at line 83 of file HudDebug.c.
Definition at line 88 of file HudDebug.c.
Definition at line 90 of file HudDebug.c.
class HudDebugEventHandler extends ScriptedWidgetEventHandler HUD_WIN_UNDEFINED = 0 |
Definition at line 89 of file HudDebug.c.
Widget m_Crosshair |
Definition at line 93 of file HudDebug.c.
Referenced by HideCrosshairVisibility(), Init(), and RefreshCrosshairVisibility().
ref HudDebugEventHandler m_HudDebugHandler |
Definition at line 96 of file HudDebug.c.
Referenced by Init().
ref array<ref HudDebugWinBase> m_Panels |
Definition at line 94 of file HudDebug.c.
Definition at line 95 of file HudDebug.c.
Widget m_WgtRoot |
Definition at line 92 of file HudDebug.c.
Referenced by FitWindow(), HudDebugWinCharAgents(), HudDebugWinCharModifiers(), HudDebugWinBase::HudDebugWinCharStats(), Init(), IsInitialized(), UIPopupScript::OnClick(), UIScriptedMenu::ToggleVisibility(), HudDebugWinBase::Update(), and ~HudDebug().
ref HudDebugWinCharAgents m_WinCharAgents |
Definition at line 99 of file HudDebug.c.
ref HudDebugWinCharModifiers m_WinCharModifiers |
Definition at line 97 of file HudDebug.c.
ref HudDebugWinCharStats m_WinCharStats |
Definition at line 98 of file HudDebug.c.
Referenced by Init(), OnChange(), and OnClick().