![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Enumerations | |
| enum | QueryFlags |
Functions | |
| enum QueryFlags | EnableDebugDraw (bool pEnable) |
| enables debug draw in functions | |
Variables | |
| NONE | |
| STATIC | |
| Static objects are included in the query. | |
| DYNAMIC | |
| Dynamic objects are included in the query. | |
| ORIGIN_DISTANCE | |
| Check only distance to object origins, not BB. | |
| ONLY_ROADWAYS | |
| Only roadways are included in the query. | |
| enum QueryFlags |
Definition at line 1 of file dayzplayerutils.c.
| enum QueryFlags EnableDebugDraw | ( | bool | pEnable | ) |
enables debug draw in functions
| @ DYNAMIC |
Dynamic objects are included in the query.
Definition at line 4 of file dayzplayerutils.c.
| @ NONE |
Definition at line 0 of file dayzplayerutils.c.
| ONLY_ROADWAYS |
Only roadways are included in the query.
Definition at line 8 of file dayzplayerutils.c.
| ORIGIN_DISTANCE |
Check only distance to object origins, not BB.
Definition at line 6 of file dayzplayerutils.c.
| @ STATIC |
Static objects are included in the query.
Definition at line 2 of file dayzplayerutils.c.