Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
dayzplayerutils.c File Reference

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
 

Enumeration Type Documentation

◆ QueryFlags

enum QueryFlags

Definition at line 1 of file dayzplayerutils.c.

Function Documentation

◆ DayZPlayerUtils()

private void DayZPlayerUtils ( )

cannot be instantiated

Definition at line 461 of file dayzplayerutils.c.

◆ 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 6 of file dayzplayerutils.c.

◆ EnableDebugDraw

class ComponentCollisionBox EnableDebugDraw

◆ NONE

@ NONE

Definition at line 2 of file dayzplayerutils.c.

◆ ONLY_ROADWAYS

ONLY_ROADWAYS

Only roadways are included in the query.

Definition at line 10 of file dayzplayerutils.c.

◆ ORIGIN_DISTANCE

ORIGIN_DISTANCE

Check only distance to object origins, not BB.

Definition at line 8 of file dayzplayerutils.c.

◆ STATIC

@ STATIC

Static objects are included in the query.

Definition at line 4 of file dayzplayerutils.c.