DIFF

class HudDebugSource

HudDebug Hud Managed

All members, including inherited

Constructors 2

void HudDebug()
void ~HudDebug()

Constants 11

static const int 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

Members 10

Widget m_WgtRoot
Referenced by ~HudDebug(), Init(), and IsInitialized()
ref array<ref HudDebugWinBase> m_Panels
Referenced by Init(), PanelHide(), PanelShow()
Show 1 more, Update()
ref Timer m_TimerUpdate
Referenced by ~HudDebug(), and Init()
ref HudDebugEventHandler m_HudDebugHandler
Referenced by Init()
ref HudDebugWinCharModifiers m_WinCharModifiers
Referenced by Init(), and OnClick()
ref HudDebugWinCharStats m_WinCharStats
Referenced by Init(), OnChange(), and OnClick()
ref HudDebugWinCharAgents m_WinCharAgents
Referenced by Init(), and OnClick()
ref HudDebugWinHealth m_WinHealth
Referenced by Init(), and OnClick()
ref HudDebugWinHorticulture m_WinHorticulture
Referenced by Init(), and OnClick()

Methods 11

override void Update(float timeslice)
References array.Count(), array.Get(), IsVisible()
Show 2 more, Update(), and m_Panels
void SetPanelVisible(int panel_type, bool visible)
References PanelHide(), and PanelShow()
void PanelShow(int panel_type)
Referenced by SetPanelVisible()
void PanelHide(int panel_type)
Referenced by SetPanelVisible()
void HideCrosshairVisibility()
bool IsInitialized()
References m_WgtRoot
bool OnChange(Widget w, int x, int y, bool finished)