Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 092E

Opcode Database

092E

DescriptionGets 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)
Gamessa
Category
Command Name (IV)GET_WATER_HEIGHT
San Andreas
sascm.ini092E=4,get_water_height_at_coords %1d% %2d% ignore_waves %3h% store_to %4d%
Example092E: get_water_height_at_coords 195@ 196@ ignore_waves 0 store_to 200@
Command NameGET_WATER_HEIGHT_AT_COORDS

<< 092D

092F >>