DayZ 1.24
|
Functions | |
void | OcclusionQuery::~OcclusionQuery () |
proto native int | OcclusionQuery::GetResult () |
proto native void | OcclusionQuery::SetPosition (vector pos) |
Sets world position. | |
proto native void | OcclusionQuery::Destroy () |
Destroys the object. | |
proto native bool | IsOcean () |
proto native float | GetOceanHeight (float worldX, float worldZ) |
proto native vector | GetOceanHeightAndDisplace (float worldX, float worldZ) |
Get water ocean height at given point
worldX | world x position |
worldZ | world z position |
Get water ocean height and displacement at given point, returns vector(displaceX, height, displaceZ)
worldX | world x position |
worldZ | world z position |
return Query result
|
private |
|
private |