DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс SurfaceDetectionParameters

Закрытые данные

SurfaceDetectionType type = SurfaceDetectionType.Scenery
 Type of surface to detect.
 
vector position
 3D position to trace the surface from
 
bool includeWater = false
 Include water in the surface detection, will return the water if it is higher than the surface.
 
UseObjectsMode syncMode = UseObjectsMode.Wait
 See UseObjectsMode, SurfaceTraceType.Roadway only.
 
Object ignore = null
 Object to ignore tracing against, SurfaceTraceType.Roadway only.
 
RoadSurfaceDetection rsd = RoadSurfaceDetection.ABOVE
 See RoadSurfaceDetection, SurfaceTraceType.Roadway only.
 

Подробное описание

Parameters for detecting the surface

См. определение в файле SurfaceInfo.c строка 74