Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
surfaceinfo.c File Reference

Go to the source code of this file.

Data Structures

class  SurfaceDetectionParameters
 Parameters for detecting the surface. More...
class  SurfaceDetectionResult
 Output of surface detection. More...
class  SurfaceInfo
 Unmanaged surface info handle. More...

Typedefs

typedef int[] SurfaceInfo

Enumerations

enum  SurfaceDetectionType { Scenery , Roadway }
enum  UseObjectsMode { Wait , NoWait , NoLock }

Typedef Documentation

◆ SurfaceInfo

typedef int [] SurfaceInfo

Definition at line 1 of file surfaceinfo.c.

Enumeration Type Documentation

◆ SurfaceDetectionType

Enumerator
Scenery 
Roadway 

Definition at line 65 of file surfaceinfo.c.

◆ UseObjectsMode

Enumerator
Wait 

wait for the data to be ready

NoWait 

do not wait for the data, but refresh caches

NoLock 

only return the data we have, do not touch any caches (MT safe mode)

Definition at line 53 of file surfaceinfo.c.