Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
debugtext.c
Go to the documentation of this file.
1
6
8class DebugText: Managed
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
TODO doc.
Definition enscript.c:118
WarningMenuBase UIScriptedMenu GetText()