Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ChimeraWorldUtils.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
7 sealed 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 }
ChimeraWorldUtils
Definition: ChimeraWorldUtils.c:7
EWaterSurfaceType
EWaterSurfaceType
Definition: EWaterSurfaceType.c:7