Difference between revisions of "GET GROUND Z FOR 3D COORD"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=4 |p1t=float |p1d=X pos |p2t=float |p2d=Y pos |p3t=float |p3d=Z pos |p4t=handle |p4d=variable to store ground z coordinate }} This function will get the ground z coordinate of...)
 
 
Line 7: Line 7:
 
|p3t=float
 
|p3t=float
 
|p3d=Z pos
 
|p3d=Z pos
|p4t=handle
+
|p4t=float
 
|p4d=variable to store ground z coordinate
 
|p4d=variable to store ground z coordinate
 
}}
 
}}
 
This function will get the ground z coordinate of the coordinates in x,y,z and store it to a variable.
 
This function will get the ground z coordinate of the coordinates in x,y,z and store it to a variable.

Latest revision as of 09:20, 28 December 2008

GET_GROUND_Z_FOR_3D_COORD
Number of parameters: 4
Parameter #TypeDescription
1.floatX pos
2.floatY pos
3.floatZ pos
4.floatvariable to store ground z coordinate
Return value:
TypeDescription
None

This function will get the ground z coordinate of the coordinates in x,y,z and store it to a variable.