DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
HudDebugWinVersion.c
См. документацию.
1
class
HudDebugWinVersion
extends
HudDebugWinBase
2
{
3
private
PluginDeveloper m_ModuleDeveloper;
4
5
private
TextWidget
m_VersionTextWidget
;
6
7
//============================================
8
// HudDebugWinVersion
9
//============================================
10
void
HudDebugWinVersion
(
Widget
widget_root)
11
{
12
m_VersionTextWidget
=
TextWidget
.Cast( widget_root.FindAnyWidget(
"txt_Version"
) );
13
14
string
version;
15
g_Game
.GetVersion(version);
16
m_VersionTextWidget
.SetText(
string
.Format(
"exe: %1 | scripts: %2"
, version,
GetPBOAPI
().
GetPBOVersion
(
"dta\\scripts.pbo"
)));
17
}
18
19
//============================================
20
// ~HudDebugWinVersion
21
//============================================
22
void
~HudDebugWinVersion
()
23
{
24
}
25
26
//============================================
27
// Update
28
//============================================
29
override
void
Update
()
30
{
31
super.Update();
32
}
33
34
//============================================
35
// GetWinType
36
//============================================
37
override
int
GetType
()
38
{
39
return
HudDebug
.HUD_WIN_VERSION;
40
}
41
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3868
HudDebug
void HudDebug()
Определения
HudDebug.c:108
GetPBOVersion
proto native owned string GetPBOVersion(string openName)
GetPBOAPI
class PBOAPI GetPBOAPI()
HudDebugWinBase::HudDebugWinVersion
void HudDebugWinVersion(Widget widget_root)
Определения
HudDebugWinVersion.c:10
HudDebugWinBase::Update
override void Update()
Определения
HudDebugWinVersion.c:29
HudDebugWinBase::GetType
override int GetType()
Определения
HudDebugWinVersion.c:37
HudDebugWinBase::~HudDebugWinVersion
void ~HudDebugWinVersion()
Определения
HudDebugWinVersion.c:22
HudDebugWinBase::m_VersionTextWidget
TextWidget m_VersionTextWidget
Определения
HudDebugWinVersion.c:5
HudDebugWinBase
Определения
HudDebugWinBase.c:2
TextWidget
Определения
EnWidgets.c:220
Widget
Определения
EnWidgets.c:190
Ishodniki
scripts
5_Mission
GUI
ScriptsHudDebug
HudDebugWinVersion.c
Создано системой
1.13.2