SetWaveQuadBounds — FiveM Natives
0x1FCC1FAF · CFX · client
This native allows you to update the bounds of a specified water quad index.
Parameters
| Name | Type | Description |
|---|---|---|
| waveQuad | int | The wave quad index |
| minX | int | The minX coordinate |
| minY | int | The minY coordinate |
| maxX | int | The maxX coordinate |
| maxY | int | The maxY coordinate |
Returns
BOOL