DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | DebugAgentData |
Functions | |
void | HudDebugWinCharAgents (Widget widget_root) |
void | ~HudDebugWinCharAgents () |
override int | GetType () |
override void | SetUpdate (bool state) |
override void | Update () |
override void | Show () |
override void | Hide () |
void | SetAgents () |
bool | OnClick (Widget w, int x, int y, int button) |
void | DebugGrowAgentsRequest (int agent_id, bool should_grow) |
void | DebugRemoveAgentsRequest () |
void | AddAgent (string title, string value, int id) |
void | ClearAgents () |
void | FitWindow () |
Variables | |
class DebugAgentData | m_WgtAgents |
ref array< ref Widget > | m_AgentWidgets = new array<ref Widget> |
ref map< Widget, ref DebugAgentData > | m_AgentWidgetData = new map<Widget, ref DebugAgentData> |
Definition at line 183 of file HudDebugWinCharAgents.c.
References GetGame(), m_AgentWidgetData, m_AgentWidgets, and m_WgtAgents.
Referenced by SetAgents().
|
protected |
Definition at line 211 of file HudDebugWinCharAgents.c.
References m_AgentWidgetData, and m_AgentWidgets.
Referenced by SetAgents().
Definition at line 166 of file HudDebugWinCharAgents.c.
References GetGame().
Referenced by OnClick().
|
protected |
Definition at line 176 of file HudDebugWinCharAgents.c.
References GetGame().
Referenced by OnClick().
|
protected |
Definition at line 220 of file HudDebugWinCharAgents.c.
References HudDebugWinBase::FitWindowByContent(), and m_WgtAgents.
Definition at line 49 of file HudDebugWinCharAgents.c.
References HudDebug().
Definition at line 103 of file HudDebugWinCharAgents.c.
References HudDebugWinBase::SetUpdate().
Definition at line 32 of file HudDebugWinCharAgents.c.
References m_WgtAgents, and m_WgtRoot.
Referenced by Init().
Definition at line 137 of file HudDebugWinCharAgents.c.
References DebugGrowAgentsRequest(), DebugRemoveAgentsRequest(), and m_AgentWidgetData.
|
protected |
Definition at line 112 of file HudDebugWinCharAgents.c.
References AddAgent(), ClearAgents(), and GetPlugin().
Referenced by Update().
Definition at line 57 of file HudDebugWinCharAgents.c.
References GetGame(), GetPlayer(), GetPlugin(), and HudDebugWinBase::SetRPCSent().
Definition at line 94 of file HudDebugWinCharAgents.c.
References HudDebugWinBase::SetUpdate().
|
protected |
Definition at line 41 of file HudDebugWinCharAgents.c.
References HudDebugWinBase::SetUpdate().
|
protected |
Definition at line 28 of file HudDebugWinCharAgents.c.
Referenced by AddAgent(), ClearAgents(), and OnClick().
Definition at line 27 of file HudDebugWinCharAgents.c.
Referenced by AddAgent(), and ClearAgents().
class DebugAgentData m_WgtAgents |
Referenced by AddAgent(), FitWindow(), and HudDebugWinCharAgents().