Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
debugtext.c
Go to the documentation of this file.
1
6
9{
11 private void DebugText();
12 void ~DebugText();
13
14 proto external string GetText();
15 proto external float GetFontSize();
16 proto external int GetTextColor();
17 proto external int GetBackgroundColor();
18 proto external int GetPriority();
19 proto external void SetText(string text);
20 proto external void SetTextColor(int color);
21 proto external void SetFontSize(float size);
22 proto external void SetBackgroundColor(int color);
27 proto external void SetPriority(int priority);
28}
29
proto external int GetBackgroundColor()
proto external void SetText(string text)
proto external void SetTextColor(int color)
proto external void SetFontSize(float size)
proto external void SetBackgroundColor(int color)
void ~DebugText()
proto external int GetTextColor()
proto external string GetText()
proto external int GetPriority()
proto external void SetPriority(int priority)
Sets Z order priority.
proto external float GetFontSize()
void DebugText()
Instantiate using the Create method in derived classes.
TODO doc.
Definition enscript.c:118