Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
dbgui.c
Go to the documentation of this file.
1
59
class
DbgUI
60
{
61
private
void
DbgUI
() {}
62
private
void
~
DbgUI
() {}
63
64
static
proto native
void
DoUnitTest();
65
static
proto native
void
Text(
string
label);
66
static
proto native
void
ColoredText(
int
color,
string
label);
67
static
proto
void
Check(
string
label, out
bool
checked);
68
static
proto
void
Combo(
string
label, out
int
selection,
TStringArray
elems);
69
static
proto
void
List(
string
label, out
int
selection,
TStringArray
elems);
70
static
proto
void
SliderFloat(
string
label, out
float
value,
float
min,
float
max,
int
pxWidth = 150);
71
static
proto native
void
Spacer(
int
height);
72
static
proto native
void
Panel(
string
label,
int
width,
int
height,
int
color = 0xaa555555);
73
static
proto native
bool
Button(
string
txt,
int
minWidth = 0);
74
static
proto
void
InputText(
string
txt, out
string
value,
int
pxWidth = 150);
75
static
proto
void
InputInt(
string
txt, out
int
value,
int
pxWidth = 150);
76
static
proto
void
InputFloat(
string
txt, out
float
value,
int
pxWidth = 150);
77
78
static
proto native
void
PlotLive(
string
label,
int
sizeX,
int
sizeY,
float
val,
int
timeStep = 100,
int
historySize = 30,
int
color = 0xFFFFFFFF);
79
80
static
proto native
void
SameLine();
81
static
proto native
void
SameSpot();
82
83
static
proto native
void
PushID_Int(
int
int_id);
84
static
proto native
void
PushID_Str(
string
str_id);
85
static
proto native
void
PopID();
86
87
static
proto
void
BeginCleanupScope();
88
static
proto native
void
EndCleanupScope();
89
90
static
proto native
void
Begin(
string
windowTitle,
float
x
= 0,
float
y
= 0);
91
static
proto native
void
End();
92
};
94
DbgUI
Definition:
dbgui.c:59
y
Icon y
array< string >
x
Icon x
DAYZ
scripts_v1.24.157551
scripts
core
proto
dbgui.c
Generated by
1.8.17