gta.findRoofZForCoord

From GTA Connected
Jump to navigation Jump to search

Function Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Client 1.0.0

float gta.findRoofZForCoord(float x, float y, float z)

The gta.findRoofZForCoord function is used to fetch the roof's Z position coordinate for a 3D position.

Parameters

1) float x The X coordinate to locate the roof Z coordinate for.
2) float y The Y coordinate to locate the roof Z coordinate for.
3) float z The Z coordinate to locate the roof Z coordinate for.

Return

float The roof's Z position coordinate for the 3D position.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.