Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
debugtextscreenspace.c
Go to the documentation of this file.
1
6
7class 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
vector GetPosition()
DebugTextFlags
Icon x
Icon y