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