![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | DebugAgentData |
Functions | |
| void | ~HudDebugWinCharAgents () |
| void | AddAgent (string title, string value, int id, float temporaryResistance) |
| void | ClearAgents () |
| void | DebugGrowAgentsRequest (int agent_id, bool should_grow) |
| void | DebugRemoveAgentsRequest () |
| void | FitWindow () |
| override int | GetType () |
| override void | Hide () |
| void | HudDebugWinCharAgents (Widget widget_root) |
| bool | OnClick (Widget w, int x, int y, int button) |
| void | SetAgents () |
| override void | SetUpdate (bool state) |
| override void | Show () |
| override void | Update () |
Variables | |
| ref map< Widget, ref DebugAgentData > | m_AgentWidgetData = new map<Widget, ref DebugAgentData> |
| ref array< ref Widget > | m_AgentWidgets = new array<ref Widget> |
| class DebugAgentData | m_WgtAgents |
| AutoHeightSpacer | WgtModifiersContentPanelScript |
|
private |
Definition at line 50 of file huddebugwincharagents.c.
References HudDebugWinBase::SetUpdate().
Definition at line 189 of file huddebugwincharagents.c.
References g_Game, m_AgentWidgetData, m_AgentWidgets, m_WgtAgents, Math::Round(), float::ToString(), and WgtModifiersContentPanelScript.
Referenced by SetAgents().
|
private |
Definition at line 216 of file huddebugwincharagents.c.
References m_AgentWidgetData, and m_AgentWidgets.
Referenced by SetAgents().
|
private |
|
private |
Definition at line 228 of file huddebugwincharagents.c.
References HudDebugWinBase::FitWindowByContent(), and m_WgtAgents.
|
private |
Definition at line 58 of file huddebugwincharagents.c.
References HudDebug().
|
private |
Definition at line 114 of file huddebugwincharagents.c.
References HudDebugWinBase::SetUpdate().
|
private |
Definition at line 39 of file huddebugwincharagents.c.
References m_WgtAgents, m_WgtRoot, and WgtModifiersContentPanelScript.
Referenced by Init().
Definition at line 146 of file huddebugwincharagents.c.
References DebugGrowAgentsRequest(), DebugRemoveAgentsRequest(), DebugAgentData::GetID(), m_AgentWidgetData, x, and y.
|
private |
Definition at line 123 of file huddebugwincharagents.c.
References AddAgent(), ClearAgents(), GetPlugin(), and SyncedValueAgent().
Referenced by Update().
|
private |
Definition at line 66 of file huddebugwincharagents.c.
References g_Game, GetPlugin(), and HudDebugWinBase::SetRPCSent().
|
private |
Definition at line 105 of file huddebugwincharagents.c.
References HudDebugWinBase::SetUpdate().
|
protected |
Definition at line 33 of file huddebugwincharagents.c.
Referenced by AddAgent(), ClearAgents(), and OnClick().
Definition at line 32 of file huddebugwincharagents.c.
Referenced by AddAgent(), and ClearAgents().
| class DebugAgentData m_WgtAgents |
Referenced by AddAgent(), FitWindow(), and HudDebugWinCharAgents().
|
private |
Definition at line 35 of file huddebugwincharagents.c.
Referenced by AddAgent(), and HudDebugWinCharAgents().