GET DISTANCE BETWEEN COORDS 3D

From GTAMods Wiki
Revision as of 04:00, 27 January 2015 by FL1K3R (talk | contribs) (Created page with "{{Native |np = 7 |p1t = float |p1d = x1 |p2t = float |p2d = y1 |p3t = float |p3d = z1 |p4t = float |p4d = x2 |p5t = float |p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GET_DISTANCE_BETWEEN_COORDS_3D
Number of parameters: 7
Parameter #TypeDescription
1.floatx1
2.floaty1
3.floatz1
4.floatx2
5.floaty2
6.floatz2
7.floathandle
Return value:
TypeDescription
None

Check distance between x1,y1,z1 and x2,y2,z2 and returns float result in 7 parameter.