Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
TraceFlags.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
enum
TraceFlags
13
{
15
ENTS
,
17
WORLD
,
19
OCEAN
,
21
VISIBILITY
,
23
ANY_CONTACT
,
25
ALL_CONTACTS
,
27
DEFAULT
,
28
}
29
DEFAULT
@ DEFAULT
Use currently set main RT format (based on game options).
Definition
DebugTextFlags.c:14
TraceFlags
TraceFlags
Definition
TraceFlags.c:13
ANY_CONTACT
@ ANY_CONTACT
Stop on any contact. The best for visibility testing.
Definition
TraceFlags.c:23
ENTS
@ ENTS
Tracing against entities.
Definition
TraceFlags.c:15
ALL_CONTACTS
@ ALL_CONTACTS
Do not stop on any contact, report them all through callback.
Definition
TraceFlags.c:25
VISIBILITY
@ VISIBILITY
Trace also against visibility occluders, like particles.
Definition
TraceFlags.c:21
OCEAN
@ OCEAN
Tracing against ocean surface.
Definition
TraceFlags.c:19
WORLD
@ WORLD
Tracing against terrain.
Definition
TraceFlags.c:17
scripts
Core
generated
World
TraceFlags.c
Generated by
1.17.0