Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
debugtextscreenspace.c
Go to the documentation of this file.
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
void DebugText()
Instantiate using the Create method in derived classes.
proto external vector GetPosition()
proto external void SetPosition(float x, float y)
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)
Creates a text instance.
DebugTextFlags
Icon x
Icon y