DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
DebugText.c
См. документацию.
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 GetPriority()
proto external int GetBackgroundColor()
proto external void SetPriority(int priority)
proto external void SetBackgroundColor(int color)
proto external int GetTextColor()
void ~DebugText()
proto external string GetText()
proto external void SetTextColor(int color)
proto external float GetFontSize()
proto external void SetFontSize(float size)
proto external void SetText(string text)
void DebugText()
Instantiate using the Create method in derived classes.
TODO doc.
Определения EnScript.c:118