![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | HudDebugWinHealthEntry |
Functions | |
| void | ~HudDebugWinHealth () |
| void | CleanupEntries () |
| override int | GetType () |
| void | HandleTargetState (bool button) |
| override void | Hide () |
| void | HudDebugWinHealth (Widget widget_root) |
| void | InitDebug () |
| void | InitEntityEntries () |
| void | InitEntry (SyncedValue data) |
| bool | OnClick (Widget w, int x, int y, int button) |
| Called from HudDebug.c. | |
| void | RunRPC (HudDebugWinHealthEntry entry, int buttonID) |
| override void | SetUpdate (bool state) |
| override void | Show () |
| override void | Update () |
| void | UpdateZones () |
Variables | |
| ButtonWidget | m_ButtonSelf |
| ButtonWidget | m_ButtonTarget |
| PluginDeveloperSync | m_DevSyncPlugin |
| ref array< ref HudDebugWinHealthEntry > | m_Entries = {} |
| class HudDebugWinHealthEntry | m_IsInit |
| bool | m_IsModeSelf = true |
| TextWidget | m_TargetDisplayNameW |
| EntityAI | m_TargetEntity |
| Widget | m_WgtPanel |
| ScrollWidget | m_WgtPanelScroll |
|
protected |
Definition at line 35 of file huddebugwinhealth.c.
References HudDebugWinBase::SetUpdate().
|
protected |
Definition at line 315 of file huddebugwinhealth.c.
References m_Entries.
|
protected |
Definition at line 68 of file huddebugwinhealth.c.
References HudDebug().
|
protected |
Definition at line 205 of file huddebugwinhealth.c.
References COLOR_YELLOW, m_ButtonSelf, m_ButtonTarget, and m_IsModeSelf.
Referenced by OnClick().
|
protected |
Definition at line 82 of file huddebugwinhealth.c.
References CleanupEntries(), m_IsInit, m_TargetEntity, and HudDebugWinBase::SetUpdate().
|
protected |
Definition at line 28 of file huddebugwinhealth.c.
References m_WgtPanel, m_WgtPanelScroll, and m_WgtRoot.
Referenced by Init().
|
protected |
Definition at line 112 of file huddebugwinhealth.c.
References m_ButtonSelf, m_ButtonTarget, m_IsInit, m_IsModeSelf, m_TargetDisplayNameW, m_WgtRoot, and HudDebugWinBase::OnClick().
Referenced by Update().
|
protected |
Definition at line 222 of file huddebugwinhealth.c.
References InitEntry(), m_DevSyncPlugin, m_TargetDisplayNameW, m_TargetEntity, m_WgtPanel, m_WgtPanelScroll, and AutoHeightSpacer::Update().
Referenced by Update().
|
protected |
Definition at line 242 of file huddebugwinhealth.c.
References g_Game, m_Entries, HudDebugWinHealthEntry::m_EntryRootW, HudDebugWinHealthEntry::m_EntryValueW, HudDebugWinHealthEntry::m_EntryZoneW, HudDebugWinHealthEntry::m_HealthMode, HudDebugWinHealthEntry::m_IsTitleEntry, SyncedValue::m_Name, SyncedValue::m_State, SyncedValue::m_ValueNorm, m_WgtPanel, and HudDebugWinHealthEntry::m_Zone.
Referenced by InitEntityEntries().
Called from HudDebug.c.
Definition at line 132 of file huddebugwinhealth.c.
References HandleTargetState(), m_ButtonSelf, m_ButtonTarget, m_Entries, RunRPC(), x, and y.
|
protected |
Definition at line 191 of file huddebugwinhealth.c.
References g_Game, HudDebugWinHealthEntry::m_HealthMode, and HudDebugWinHealthEntry::m_Zone.
Referenced by OnClick().
|
protected |
Definition at line 92 of file huddebugwinhealth.c.
References g_Game, m_DevSyncPlugin, and HudDebugWinBase::SetRPCSent().
|
protected |
Definition at line 73 of file huddebugwinhealth.c.
References GetPlugin(), m_DevSyncPlugin, and HudDebugWinBase::SetUpdate().
|
protected |
Definition at line 283 of file huddebugwinhealth.c.
References COLOR_GREEN, COLOR_RED, COLOR_YELLOW, m_DevSyncPlugin, m_Entries, HudDebugWinHealthEntry::m_EntryValueW, HudDebugWinHealthEntry::m_HealthMode, HudDebugWinHealthEntry::m_IsTitleEntry, m_TargetEntity, HudDebugWinHealthEntry::m_Zone, Math::Round(), and float::ToString().
Referenced by Update().
|
protected |
Definition at line 19 of file huddebugwinhealth.c.
Referenced by HandleTargetState(), InitDebug(), and OnClick().
|
protected |
Definition at line 20 of file huddebugwinhealth.c.
Referenced by HandleTargetState(), InitDebug(), and OnClick().
|
protected |
Definition at line 23 of file huddebugwinhealth.c.
Referenced by InitEntityEntries(), SetUpdate(), Show(), Update(), and UpdateZones().
|
protected |
Definition at line 25 of file huddebugwinhealth.c.
Referenced by CleanupEntries(), InitEntry(), OnClick(), and UpdateZones().
| class HudDebugWinHealthEntry m_IsInit |
Referenced by Hide(), InitDebug(), and Update().
|
protected |
Definition at line 15 of file huddebugwinhealth.c.
Referenced by HandleTargetState(), InitDebug(), and Update().
|
protected |
Definition at line 18 of file huddebugwinhealth.c.
Referenced by InitDebug(), InitEntityEntries(), and Update().
|
protected |
Definition at line 22 of file huddebugwinhealth.c.
Referenced by Hide(), InitEntityEntries(), Update(), and UpdateZones().
|
protected |
Definition at line 16 of file huddebugwinhealth.c.
Referenced by HudDebugWinHealth(), InitEntityEntries(), and InitEntry().
|
protected |
Definition at line 17 of file huddebugwinhealth.c.
Referenced by HudDebugWinHealth(), and InitEntityEntries().