DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
DebugTextScreenSpace.c
См. документацию.
1
6
8{
9 // Instantiate using the Create method
10 private 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
Icon x
Icon y
void DebugText()
Instantiate using the Create method in derived classes.
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)
proto external vector GetPosition()
proto external void SetPosition(float x, float y)
Определения EnConvert.c:119
DebugTextFlags
Определения DebugTextFlags.c:8