Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
huddebugwincharagents.c File Reference

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 Widgetm_AgentWidgets = new array<ref Widget>
 
protected ref map< Widget, ref DebugAgentDatam_AgentWidgetData = new map<Widget, ref DebugAgentData>
 

Function Documentation

◆ AddAgent()

void AddAgent ( string  title,
string  value,
int  id 
)

Definition at line 189 of file huddebugwincharagents.c.

◆ ClearAgents()

void ClearAgents ( )

Definition at line 217 of file huddebugwincharagents.c.

◆ DebugGrowAgentsRequest()

void DebugGrowAgentsRequest ( int  agent_id,
bool  should_grow 
)

Definition at line 170 of file huddebugwincharagents.c.

◆ DebugRemoveAgentsRequest()

void DebugRemoveAgentsRequest ( )

Definition at line 182 of file huddebugwincharagents.c.

◆ FitWindow()

void FitWindow ( )

Definition at line 228 of file huddebugwincharagents.c.

◆ GetType()

override int GetType ( )

Definition at line 49 of file huddebugwincharagents.c.

◆ Hide()

override void Hide ( )

Definition at line 105 of file huddebugwincharagents.c.

◆ HudDebugWinCharAgents()

void HudDebugWinCharAgents ( Widget  widget_root)

Definition at line 32 of file huddebugwincharagents.c.

◆ OnClick()

bool OnClick ( Widget  w,
int  x,
int  y,
int  button 
)

Definition at line 141 of file huddebugwincharagents.c.

◆ SetAgents()

void SetAgents ( )

Definition at line 114 of file huddebugwincharagents.c.

◆ SetUpdate()

override void SetUpdate ( bool  state)

Definition at line 57 of file huddebugwincharagents.c.

◆ Show()

override void Show ( )

Definition at line 96 of file huddebugwincharagents.c.

◆ ~HudDebugWinCharAgents()

Definition at line 41 of file huddebugwincharagents.c.

Variable Documentation

◆ m_AgentWidgetData

protected ref map<Widget, ref DebugAgentData> m_AgentWidgetData = new map<Widget, ref DebugAgentData>

Definition at line 28 of file huddebugwincharagents.c.

◆ m_AgentWidgets

protected ref array<ref Widget> m_AgentWidgets = new array<ref Widget>

Definition at line 27 of file huddebugwincharagents.c.

◆ m_WgtAgents

class DebugAgentData m_WgtAgents