Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
surfaceinfo.c File Reference

Go to the source code of this file.

Classes

class  SurfaceInfo
class  SurfaceDetectionParameters
class  SurfaceDetectionResult

Typedefs

typedef int[] SurfaceInfo

Enumerations

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

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.