GetWaterHeightNoWaves — FiveM Natives
0x8EE6B53CE13A9794 · WATER · all
Retrieves the depth of the water beneath the specified position, disregarding wave effects. Note: The result remains consistent across different frames as it doesn't consider wave fluctuations.
Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| z | float |
| height | float* |
Returns
BOOL