02CE
- Description
- Gets the height of the ground beneath the coordinates point
- Syntax
- 02CE: [var] = ground_z [flt1] [flt2] [flt3]
- Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate
- [var]
- Variable to store the height of the ground, a floating-point value
- Native analog
- GET_GROUND_Z_FOR_3D_COORD
This opcode gets the height in the z-axis of the ground below the specified coordinates point. There is a ground if there is a collision loaded beneath the point. If there is no solid ground below the point, the height would return 0.0. For Vice City and San Andreas, if you want to guarantee that the collision at the point is loaded, use opcode 04E4 followed by 038B to force the loading of the collision and then immediately retrieve the ground z.
Keywords
get, store, ground, height