| Description | Gets the height of the water at the specified 2D coordinates.
ignore_waves When this is enabled, the height of ocean waves aren't taken into account. |
|---|
| Parameters (v2) | 1) X Coord (Float) (FLOAT) 2) Y Coord (Float) (FLOAT) 3) Boolean (1 or 0) (INT) 4) (Returned) Z Coord (Float) (FLOAT)
|
|---|
| Games | |
|---|
| Category | |
|---|
| Command Name (IV) | GET_WATER_HEIGHT |
|---|
| San Andreas |
|---|
| sascm.ini | 092E=4,get_water_height_at_coords %1d% %2d% ignore_waves %3h% store_to %4d% |
|---|
| Example | 092E: get_water_height_at_coords 195@ 196@ ignore_waves 0 store_to 200@ |
|---|
| Command Name | GET_WATER_HEIGHT_AT_COORDS |
|---|