![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| 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 |
| protected ref array< ref Widget > | m_AgentWidgets = new array<ref Widget> |
| protected ref map< Widget, ref DebugAgentData > | m_AgentWidgetData = new map<Widget, ref DebugAgentData> |
Definition at line 189 of file huddebugwincharagents.c.
| void ClearAgents | ( | ) |
Definition at line 217 of file huddebugwincharagents.c.
Definition at line 170 of file huddebugwincharagents.c.
| void DebugRemoveAgentsRequest | ( | ) |
Definition at line 182 of file huddebugwincharagents.c.
| void FitWindow | ( | ) |
Definition at line 228 of file huddebugwincharagents.c.
| override int GetType | ( | ) |
Definition at line 49 of file huddebugwincharagents.c.
| override void Hide | ( | ) |
Definition at line 105 of file huddebugwincharagents.c.
| void HudDebugWinCharAgents | ( | Widget | widget_root | ) |
Definition at line 32 of file huddebugwincharagents.c.
Definition at line 141 of file huddebugwincharagents.c.
| void SetAgents | ( | ) |
Definition at line 114 of file huddebugwincharagents.c.
| override void SetUpdate | ( | bool | state | ) |
Definition at line 57 of file huddebugwincharagents.c.
| override void Show | ( | ) |
Definition at line 96 of file huddebugwincharagents.c.
| void ~HudDebugWinCharAgents | ( | ) |
Definition at line 41 of file huddebugwincharagents.c.
| protected ref map<Widget, ref DebugAgentData> m_AgentWidgetData = new map<Widget, ref DebugAgentData> |
Definition at line 28 of file huddebugwincharagents.c.
Definition at line 27 of file huddebugwincharagents.c.
| class DebugAgentData m_WgtAgents |