![]() |
Dayz Explorer 1.28.160049
|
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 int [] SurfaceInfo |
Definition at line 1 of file surfaceinfo.c.
| enum SurfaceDetectionType |
| Enumerator | |
|---|---|
| Scenery | |
| Roadway | |
Definition at line 65 of file surfaceinfo.c.
| enum 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.