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