Data Structures | |
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 |
static const int | HUD_WIN_HEALTH = 9 |
static const int | HUD_WIN_HORTICULTURE = 10 |
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 | ( | ) |
References GetPlugin(), and m_Crosshair.
void HudDebug | ( | ) |
override void Init | ( | Widget | hud_panel_widget | ) |
References m_WinCharAgents, m_WinCharModifiers, m_WinCharStats, m_WinHealth, m_WinHorticulture, HudDebugWinHorticulture::OnClick(), x, and y.
void PanelHide | ( | int | panel_type | ) |
References HudDebugWinBase::GetType(), HudDebugWinBase::Hide(), and m_Panels.
Referenced by SetPanelVisible().
void PanelShow | ( | int | panel_type | ) |
References HudDebugWinBase::GetType(), m_Panels, and HudDebugWinBase::Show().
Referenced by SetPanelVisible().
void RefreshByLocalProfile | ( | ) |
References GetPlugin(), HudDebug(), and SetPanelVisible().
Referenced by Init().
void RefreshCrosshairVisibility | ( | ) |
References GetPlugin(), and m_Crosshair.
Referenced by Init(), and ScriptConsoleGeneralTab::OnClick().
References PanelHide(), and PanelShow().
Referenced by RefreshByLocalProfile().
void ~HudDebug | ( | ) |
References m_TimerUpdate, m_WgtRoot, and Timer::Stop().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
class HudDebugEventHandler extends ScriptedWidgetEventHandler HUD_WIN_UNDEFINED = 0 |
|
static |
Widget m_Crosshair |
Referenced by HideCrosshairVisibility(), Init(), and RefreshCrosshairVisibility().
ref HudDebugEventHandler m_HudDebugHandler |
Referenced by Init().
ref array<ref HudDebugWinBase> m_Panels |
ref Timer m_TimerUpdate |
Widget m_WgtRoot |
ref HudDebugWinCharAgents m_WinCharAgents |
ref HudDebugWinCharModifiers m_WinCharModifiers |
ref HudDebugWinCharStats m_WinCharStats |
Referenced by Init(), OnChange(), and OnClick().
ref HudDebugWinHealth m_WinHealth |
ref HudDebugWinHorticulture m_WinHorticulture |