Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
debugtextscreenspace.c
Go to the documentation of this file.
1
6
7
class
DebugTextScreenSpace: DebugText
8
{
9
// Instantiate using the Create method
10
private
void
DebugTextScreenSpace();
11
void
~DebugTextScreenSpace();
12
13
proto external
void
SetPosition(
float
x
,
float
y
);
14
proto external
vector
GetPosition
();
29
static
proto DebugTextScreenSpace Create(
string
text,
DebugTextFlags
flags,
float
x
,
float
y
,
float
size = 20.0,
int
color = 0xFFFFFFFF,
int
bgColor = 0x00000000,
int
priority = 1000);
30
}
31
Managed::GetPosition
vector GetPosition()
Definition
introscenecharacter.c:129
vector
Definition
enconvert.c:119
DebugTextFlags
DebugTextFlags
Definition
debugtextflags.c:8
x
Icon x
y
Icon y
Daten
1_core
debug
debugtextscreenspace.c
Generated by
1.16.1