DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | ScriptedWidgetEventHandler |
map: item x vector(index, width, height) Подробнее... | |
Функции | |
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) |
Переменные | |
class HudDebugEventHandler extends ScriptedWidgetEventHandler | HUD_WIN_UNDEFINED = 0 |
static const int | HUD_WIN_CHAR_STATS = 1 |
static const int | HUD_WIN_CHAR_MODIFIERS = 2 |
static const int | HUD_WIN_CHAR_AGENTS = 3 |
static const int | HUD_WIN_CHAR_DEBUG = 4 |
static const int | HUD_WIN_CHAR_LEVELS = 5 |
static const int | HUD_WIN_CHAR_STOMACH = 6 |
static const int | HUD_WIN_VERSION = 7 |
static const int | HUD_WIN_TEMPERATURE = 8 |
static const int | HUD_WIN_HEALTH = 9 |
Widget | m_WgtRoot |
Widget | m_Crosshair |
ref array< ref HudDebugWinBase > | m_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 |
void HideCrosshairVisibility | ( | ) |
Перекрестные ссылки GetPlugin() и m_Crosshair.
void HudDebug | ( | ) |
Используется в HudDebugWinBase::GetType(), GetType(), MissionBase::OnInit() и RefreshByLocalProfile().
Перекрестные ссылки HudDebugWinCharAgents(), HudDebugWinCharModifiers(), HudDebugWinHealth(), m_Crosshair, m_HudDebugHandler, m_Panels, m_TimerUpdate, m_WgtRoot, m_WinCharAgents, m_WinCharModifiers, m_WinCharStats, m_WinHealth, RefreshByLocalProfile() и RefreshCrosshairVisibility().
bool IsInitialized | ( | ) |
Перекрестные ссылки m_WinCharStats, x и y.
Перекрестные ссылки m_WinCharAgents, m_WinCharModifiers, m_WinCharStats, m_WinHealth, x и y.
Перекрестные ссылки m_Panels.
Используется в SetPanelVisible().
Перекрестные ссылки m_Panels.
Используется в SetPanelVisible().
void RefreshByLocalProfile | ( | ) |
Перекрестные ссылки GetPlugin(), HudDebug() и SetPanelVisible().
Используется в Init().
void RefreshCrosshairVisibility | ( | ) |
Перекрестные ссылки GetPlugin() и m_Crosshair.
Используется в Init() и ScriptConsoleGeneralTab::OnClick().
Перекрестные ссылки PanelHide() и PanelShow().
Используется в RefreshByLocalProfile().
Перекрестные ссылки m_TimerUpdate и m_WgtRoot.
class HudDebugEventHandler extends ScriptedWidgetEventHandler HUD_WIN_UNDEFINED = 0 |
Widget m_Crosshair |
Используется в HideCrosshairVisibility(), Init() и RefreshCrosshairVisibility().
ref array<ref HudDebugWinBase> m_Panels |
Widget m_WgtRoot |
ref HudDebugWinCharAgents m_WinCharAgents |
ref HudDebugWinCharModifiers m_WinCharModifiers |
ref HudDebugWinCharStats m_WinCharStats |
Используется в Init(), OnChange() и OnClick().
ref HudDebugWinHealth m_WinHealth |