![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| string | CalculateMapTile (vector pos) |
| int | GetTileFomFraction (float fraction) |
| void | Hide () |
| bool | IsVisible () |
| void | OnInputDeviceChanged (EInputDeviceType pInputDeviceType) |
| void | SetFramerateText (TextWidget widget, float value) |
| Sets the provided text widget to display framerate value. | |
| void | SetPosition (vector value) |
| void | Show () |
Protected Attributes | |
| bool | m_IsUsingKBM |
Private Member Functions | |
| void | DebugMonitor () |
| void | Init () |
| void | SetBlood (float value) |
| void | SetFramerate (float current, float min, float max, float avg) |
| Update the framerate values displayed within the debug monitor with new ones. | |
| void | SetHealth (float value) |
| void | SetLastDamage (string value) |
Definition at line 1 of file debugmonitor.c.
|
inlineprivate |
Definition at line 23 of file debugmonitor.c.
References g_Game, m_BloodValue, m_CopyPositionInfo, m_DmgSourceValue, m_FPSAvgValue, m_FPSMaxValue, m_FPSMinValue, m_FPSTextDefaultColor, m_FPSValue, m_HealthValue, m_MapTileValue, m_PositionValue, m_VersionValue, and m_WidgetRoot.
Definition at line 148 of file debugmonitor.c.
References g_Game, GetTileFomFraction(), and Math::InverseLerp().
Referenced by SetPosition().
Definition at line 161 of file debugmonitor.c.
Referenced by CalculateMapTile().
|
inlineprotected |
Definition at line 143 of file debugmonitor.c.
References m_WidgetRoot.
|
inlineprivate |
Definition at line 44 of file debugmonitor.c.
References g_Game, m_IsUsingKBM, m_VersionValue, m_WidgetRoot, and OnInputDeviceChanged().
|
inlineprotected |
Definition at line 182 of file debugmonitor.c.
References m_WidgetRoot.
|
inlineprotected |
|
inlineprivate |
Definition at line 63 of file debugmonitor.c.
References m_BloodValue, and float::ToString().
Update the framerate values displayed within the debug monitor with new ones.
Definition at line 80 of file debugmonitor.c.
References m_FPSAvgValue, m_FPSMaxValue, m_FPSMinValue, m_FPSValue, and SetFramerateText().
|
inlineprotected |
Sets the provided text widget to display framerate value.
Formats and colors the widget according to the value.
Definition at line 92 of file debugmonitor.c.
References COLOR_RED, COLOR_YELLOW, m_FPSTextDefaultColor, and Math::Round().
Referenced by SetFramerate().
|
inlineprivate |
Definition at line 57 of file debugmonitor.c.
References m_HealthValue, and float::ToString().
|
inlineprivate |
Definition at line 69 of file debugmonitor.c.
References m_DmgSourceValue.
|
inlineprotected |
Definition at line 120 of file debugmonitor.c.
References CalculateMapTile(), g_Game, GetUApi(), m_CopyPositionInfo, m_IsUsingKBM, m_MapTileValue, m_PositionValue, ToString(), and vector::ToString().
|
inlineprotected |
Definition at line 138 of file debugmonitor.c.
References m_WidgetRoot.
|
private |
Definition at line 10 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetBlood().
|
private |
Definition at line 14 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetPosition().
|
private |
Definition at line 11 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetLastDamage().
|
private |
Definition at line 19 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetFramerate().
|
private |
Definition at line 18 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetFramerate().
|
private |
Definition at line 17 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetFramerate().
|
private |
Definition at line 21 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetFramerateText().
|
private |
Definition at line 16 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetFramerate().
|
private |
Definition at line 9 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetHealth().
|
protected |
Definition at line 3 of file debugmonitor.c.
Referenced by Init(), OnInputDeviceChanged(), and SetPosition().
|
private |
Definition at line 12 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetPosition().
|
private |
Definition at line 13 of file debugmonitor.c.
Referenced by DebugMonitor(), and SetPosition().
|
private |
Definition at line 8 of file debugmonitor.c.
Referenced by DebugMonitor(), and Init().
|
private |
Definition at line 5 of file debugmonitor.c.
Referenced by DebugMonitor(), Hide(), Init(), IsVisible(), and Show().
|
private |
Definition at line 6 of file debugmonitor.c.