Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
DebugText.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
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
size
int size
Definition
PrefabImporter.c:35
GetText
string GetText()
Definition
SCR_BaseEditorAttribute.c:488
GetPriority
int GetPriority()
Definition
SCR_BaseManualCameraComponent.c:247
scripts
Core
generated
Debug
DebugText.c
Generated by
1.17.0