Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
huddebug.c File Reference

Go to the source code of this file.

Functions

void HudDebug ()
 
void ~HudDebug ()
 
override void Init (Widget hud_panel_widget)
 
override void Update (float timeslice)
 
void SetPanelVisible (int panel_type, bool visible)
 
void PanelShow (int panel_type)
 
void PanelHide (int panel_type)
 
void RefreshCrosshairVisibility ()
 
void HideCrosshairVisibility ()
 
void RefreshByLocalProfile ()
 
bool IsInitialized ()
 
bool OnClick (Widget w, int x, int y, int button)
 
bool OnChange (Widget w, int x, int y, bool finished)
 

Variables

class HudDebugEventHandler extends ScriptedWidgetEventHandler HUD_WIN_UNDEFINED = 0
 
Widget m_WgtRoot
 
Widget m_Crosshair
 
ref array< ref HudDebugWinBasem_Panels
 
ref Timer m_TimerUpdate
 
ref HudDebugEventHandler m_HudDebugHandler
 
ref HudDebugWinCharModifiers m_WinCharModifiers
 
ref HudDebugWinCharStats m_WinCharStats
 
ref HudDebugWinCharAgents m_WinCharAgents
 
ref HudDebugWinHealth m_WinHealth
 
ref HudDebugWinHorticulture m_WinHorticulture
 

Function Documentation

◆ HideCrosshairVisibility()

void HideCrosshairVisibility ( )

Definition at line 274 of file huddebug.c.

◆ HudDebug()

void HudDebug ( )

Definition at line 108 of file huddebug.c.

◆ Init()

override void Init ( Widget hud_panel_widget)

Definition at line 124 of file huddebug.c.

◆ IsInitialized()

bool IsInitialized ( )

Definition at line 314 of file huddebug.c.

◆ OnChange()

bool OnChange ( Widget w,
int x,
int y,
bool finished )

Definition at line 363 of file huddebug.c.

◆ OnClick()

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

Definition at line 327 of file huddebug.c.

◆ PanelHide()

void PanelHide ( int panel_type)

Definition at line 235 of file huddebug.c.

◆ PanelShow()

void PanelShow ( int panel_type)

Definition at line 219 of file huddebug.c.

◆ RefreshByLocalProfile()

void RefreshByLocalProfile ( )

Definition at line 292 of file huddebug.c.

◆ RefreshCrosshairVisibility()

void RefreshCrosshairVisibility ( )

Definition at line 251 of file huddebug.c.

◆ SetPanelVisible()

void SetPanelVisible ( int panel_type,
bool visible )

Definition at line 204 of file huddebug.c.

◆ Update()

override void Update ( float timeslice)

Definition at line 190 of file huddebug.c.

◆ ~HudDebug()

void ~HudDebug ( )

Definition at line 115 of file huddebug.c.

Variable Documentation

◆ HUD_WIN_UNDEFINED

class HudDebugEventHandler extends ScriptedWidgetEventHandler HUD_WIN_UNDEFINED = 0

◆ m_Crosshair

Widget m_Crosshair

Definition at line 95 of file huddebug.c.

◆ m_HudDebugHandler

ref HudDebugEventHandler m_HudDebugHandler

Definition at line 98 of file huddebug.c.

◆ m_Panels

ref array<ref HudDebugWinBase> m_Panels

Definition at line 96 of file huddebug.c.

◆ m_TimerUpdate

ref Timer m_TimerUpdate

Definition at line 97 of file huddebug.c.

◆ m_WgtRoot

Widget m_WgtRoot

Definition at line 94 of file huddebug.c.

◆ m_WinCharAgents

ref HudDebugWinCharAgents m_WinCharAgents

Definition at line 101 of file huddebug.c.

◆ m_WinCharModifiers

ref HudDebugWinCharModifiers m_WinCharModifiers

Definition at line 99 of file huddebug.c.

◆ m_WinCharStats

ref HudDebugWinCharStats m_WinCharStats

Definition at line 100 of file huddebug.c.

◆ m_WinHealth

ref HudDebugWinHealth m_WinHealth

Definition at line 102 of file huddebug.c.

◆ m_WinHorticulture

ref HudDebugWinHorticulture m_WinHorticulture

Definition at line 103 of file huddebug.c.