![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
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 |
| 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 |
| ref HudDebugWinHealth | m_WinHealth |
| ref HudDebugWinHorticulture | m_WinHorticulture |
| void HideCrosshairVisibility | ( | ) |
Definition at line 274 of file huddebug.c.
| void HudDebug | ( | ) |
Definition at line 108 of file huddebug.c.
| override void Init | ( | Widget | hud_panel_widget | ) |
Definition at line 124 of file huddebug.c.
| bool IsInitialized | ( | ) |
Definition at line 314 of file huddebug.c.
| void PanelHide | ( | int | panel_type | ) |
Definition at line 235 of file huddebug.c.
| void PanelShow | ( | int | panel_type | ) |
Definition at line 219 of file huddebug.c.
| void RefreshByLocalProfile | ( | ) |
Definition at line 292 of file huddebug.c.
| void RefreshCrosshairVisibility | ( | ) |
Definition at line 251 of file huddebug.c.
Definition at line 204 of file huddebug.c.
| override void Update | ( | float | timeslice | ) |
Definition at line 190 of file huddebug.c.
| void ~HudDebug | ( | ) |
Definition at line 115 of file huddebug.c.
| class HudDebugEventHandler extends ScriptedWidgetEventHandler HUD_WIN_UNDEFINED = 0 |
| Widget m_Crosshair |
Definition at line 95 of file huddebug.c.
| ref HudDebugEventHandler m_HudDebugHandler |
Definition at line 98 of file huddebug.c.
| ref array<ref HudDebugWinBase> m_Panels |
Definition at line 96 of file huddebug.c.
| ref Timer m_TimerUpdate |
Definition at line 97 of file huddebug.c.
| Widget m_WgtRoot |
Definition at line 94 of file huddebug.c.
| ref HudDebugWinCharAgents m_WinCharAgents |
Definition at line 101 of file huddebug.c.
| ref HudDebugWinCharModifiers m_WinCharModifiers |
Definition at line 99 of file huddebug.c.
| ref HudDebugWinCharStats m_WinCharStats |
Definition at line 100 of file huddebug.c.
| ref HudDebugWinHealth m_WinHealth |
Definition at line 102 of file huddebug.c.
| ref HudDebugWinHorticulture m_WinHorticulture |
Definition at line 103 of file huddebug.c.