Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ChimeraWorldUtils.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7sealed class ChimeraWorldUtils
8{
9 private void ChimeraWorldUtils();
10 private void ~ChimeraWorldUtils();
11
12 // Check if current point is submerged under water, if it is fill in out arguments
13 static proto bool TryGetWaterSurface(BaseWorld world, vector inPoint, out vector outWaterSurfacePoint, out EWaterSurfaceType outType, out vector transformWS[4], out vector obbExtents);
14 static proto bool TryGetWaterSurfaceSimple(BaseWorld world, vector inPoint);
15}
EWaterSurfaceType