Структуры данных | |
class | DebugAgentData |
Функции | |
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, float temporaryResistance) |
void | ClearAgents () |
void | FitWindow () |
Переменные | |
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> |
AutoHeightSpacer | WgtModifiersContentPanelScript |