Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DebugTextScreenSpace.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class DebugTextScreenSpace: DebugText
13{
14 // Instantiate using the Create method
15 private void DebugTextScreenSpace();
16 void ~DebugTextScreenSpace();
17
18 proto external void SetPosition(float x, float y);
19 proto external vector GetPosition();
35 static proto DebugTextScreenSpace Create(BaseWorld world, string text, DebugTextFlags flags, float x, float y, float size = 20.0, int color = 0xFFFFFFFF, int bgColor = 0x00000000, int priority = 1000);
36}
37
SCR_EAIThreatSectorFlags flags
int size
DebugTextFlags