Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
dayzplayerutils.c File Reference

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.
 

Enumeration Type Documentation

◆ QueryFlags

enum QueryFlags

Definition at line 1 of file dayzplayerutils.c.

Function Documentation

◆ EnableDebugDraw()

enum QueryFlags EnableDebugDraw ( bool pEnable)

enables debug draw in functions

Variable Documentation

◆ DYNAMIC

@ DYNAMIC

Dynamic objects are included in the query.

Definition at line 4 of file dayzplayerutils.c.

◆ NONE

@ NONE

Definition at line 0 of file dayzplayerutils.c.

◆ ONLY_ROADWAYS

ONLY_ROADWAYS

Only roadways are included in the query.

Definition at line 8 of file dayzplayerutils.c.

◆ ORIGIN_DISTANCE

ORIGIN_DISTANCE

Check only distance to object origins, not BB.

Definition at line 6 of file dayzplayerutils.c.

◆ STATIC

@ STATIC

Static objects are included in the query.

Definition at line 2 of file dayzplayerutils.c.