![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Functions | |
| void | ~OcclusionQuery () |
| proto native void | Destroy () |
| Destroys the object. | |
| proto native float | GetOceanHeight (float worldX, float worldZ) |
| Get water ocean height at given point. | |
| proto native vector | GetOceanHeightAndDisplace (float worldX, float worldZ) |
| Get water ocean height and displacement at given point, returns vector(displaceX, height, displaceZ). | |
| proto native int | GetResult () |
| return Query result | |
| proto native bool | IsOcean () |
| Is ocean availabled. | |
| proto native void | SetPosition (vector pos) |
| Sets world position. | |
Variables | |
| int | Content |
| int | Content |
| vector | End |
| IEntity | Exclude |
| TraceFlags | Flags |
| float | Fraction |
| float | Fraction |
| int | LayerMask = 0xffffffff |
| vector | Mat [3] |
| int | MaterialFlags |
| int | MaterialFlags |
| owned string | MaterialName |
| owned string | MaterialName |
| vector | Maxs |
| vector | Mins |
| owned string | OriginalMaterialName |
| owned string | OriginalMaterialName |
| float | Plane [4] |
| float | Plane [4] |
| vector | Point |
| vector | Point |
| float | Radius |
| vector | Start |
| int | SurfaceID |
| int | SurfaceID |
| int | Surfparm |
| int | Surfparm |
| int | Triangle |
| int | Triangle |
|
private |
|
private |
Destroys the object.
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 |
|
private |
return Query result
| proto native bool IsOcean | ( | ) |
Is ocean availabled.
|
private |
Sets world position.
|
private |