Difference between revisions of "TASK FOLLOW NAV MESH TO COORD"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 14: Line 14:
 
|p6d      = Unknown (seems to be -2)
 
|p6d      = Unknown (seems to be -2)
 
|p7t      = float
 
|p7t      = float
|p7d      = Unknown (seems to be 1.3000)
+
|p7d      = Radius of point
 
}}
 
}}
  
 
Similar to [[TASK_FOLLOW_NAV_MESH_TO_COORD_NO_STOP]]. <br/>
 
Similar to [[TASK_FOLLOW_NAV_MESH_TO_COORD_NO_STOP]]. <br/>
Parameter 7 use to be distance of stop near point (p2,p3,p4) but untested for now.
+
'''Parameter 7''' use to be a radius of point (-1 will be straight ''at point'')

Latest revision as of 02:50, 21 March 2015

TASK_FOLLOW_NAV_MESH_TO_COORD
Number of parameters: 7
Parameter #TypeDescription
1.integerPed handle
2.floatX coordinate
3.floatY coordinate
4.floatZ coordinate
5.integerMovement type (2 = walk, 3 = jog, 4 = run)
6.floatUnknown (seems to be -2)
7.floatRadius of point
Return value:
TypeDescription
None

Similar to TASK_FOLLOW_NAV_MESH_TO_COORD_NO_STOP.
Parameter 7 use to be a radius of point (-1 will be straight at point)