Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
DebugTextFlags.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
enum
DebugTextFlags
13
{
14
DEFAULT
,
15
CENTER
,
16
FACE_CAMERA
,
17
ONCE
,
18
IN_WORLD
,
20
DONT_SCALE_POS
,
22
DONT_SCALE
,
23
}
24
DebugTextFlags
DebugTextFlags
Definition
DebugTextFlags.c:13
CENTER
@ CENTER
Text will be centered.
Definition
DebugTextFlags.c:15
FACE_CAMERA
@ FACE_CAMERA
Definition
DebugTextFlags.c:16
ONCE
@ ONCE
Rendered just once and then it's automatically destroyed. Do not keep pointer to these!...
Definition
DebugTextFlags.c:17
IN_WORLD
@ IN_WORLD
Definition
DebugTextFlags.c:18
DONT_SCALE
@ DONT_SCALE
disable both automatic position and size scaling
Definition
DebugTextFlags.c:22
DEFAULT
@ DEFAULT
Use currently set main RT format (based on game options).
Definition
DebugTextFlags.c:14
DONT_SCALE_POS
@ DONT_SCALE_POS
disable automatic position scaling, always present on world-space debug texts
Definition
DebugTextFlags.c:20
scripts
Core
generated
Debug
DebugTextFlags.c
Generated by
1.17.0