Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ComponentCollisionBox |
class | ComponentCollisionCapsule |
Enumerations | |
enum | QueryFlags |
Functions | |
enum QueryFlags | EnableDebugDraw (bool pEnable) |
enables debug draw in functions More... | |
private void | DayZPlayerUtils () |
cannot be instantiated More... | |
Variables | |
NONE | |
STATIC | |
Static objects are included in the query. More... | |
DYNAMIC | |
Dynamic objects are included in the query. More... | |
ORIGIN_DISTANCE | |
Check only distance to object origins, not BB. More... | |
ONLY_ROADWAYS | |
Only roadways are included in the query. More... | |
class ComponentCollisionBox | EnableDebugDraw |
enum QueryFlags |
Definition at line 1 of file dayzplayerutils.c.
private void DayZPlayerUtils | ( | ) |
cannot be instantiated
Definition at line 461 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 6 of file dayzplayerutils.c.
class ComponentCollisionBox EnableDebugDraw |
@ NONE |
Definition at line 2 of file dayzplayerutils.c.
ONLY_ROADWAYS |
Only roadways are included in the query.
Definition at line 10 of file dayzplayerutils.c.
ORIGIN_DISTANCE |
Check only distance to object origins, not BB.
Definition at line 8 of file dayzplayerutils.c.
@ STATIC |
Static objects are included in the query.
Definition at line 4 of file dayzplayerutils.c.