![]()  | 
  
    Dayz Explorer
    1.24.157551 (v105080)
    
   Dayz Code Explorer by Zeroy 
   | 
 
Functions | |
| proto native bool | IsOcean () | 
| proto native float | GetOceanHeight (float worldX, float worldZ) | 
| proto native vector | GetOceanHeightAndDisplace (float worldX, float worldZ) | 
Variables | |
| float | Fraction | 
| int | Content | 
| int | Surfparm | 
| int | MaterialFlags | 
| int | Triangle | 
| int | SurfaceID | 
| owned string | MaterialName | 
| owned string | OriginalMaterialName | 
| float | Plane [4] | 
| vector | Point | 
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 | 
| proto native bool IsOcean | ( | ) | 
Is ocean availabled