Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DebugText.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class DebugText: Managed
14{
16 private void DebugText();
17 void ~DebugText();
18
19 proto external string GetText();
20 proto external float GetFontSize();
21 proto external int GetTextColor();
22 proto external int GetBackgroundColor();
23 proto external int GetPriority();
24 proto external void SetText(string text);
25 proto external void SetTextColor(int color);
26 proto external void SetFontSize(float size);
27 proto external void SetBackgroundColor(int color);
32 proto external void SetPriority(int priority);
33}
34
int size
string GetText()