Difference between revisions of "TASK FOLLOW NAV MESH TO COORD"
Jump to navigation
Jump to search
(Created page with "{{Native |np = 7 |p1t = integer |p1d = Ped handle |p2t = float |p2d = X coordinate |p3t = float |p3d = Y coordinate |p4t = float |p4d...") |
|||
Line 17: | Line 17: | ||
}} | }} | ||
− | Similar to [[TASK_FOLLOW_NAV_MESH_TO_COORD_NO_STOP]]. | + | 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. |
Revision as of 02:34, 21 March 2015
Number of parameters: 7 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Ped handle |
2. | float | X coordinate |
3. | float | Y coordinate |
4. | float | Z coordinate |
5. | integer | Movement type (2 = walk, 3 = jog, 4 = run) |
6. | float | Unknown (seems to be -2) |
7. | float | Unknown (seems to be 1.3000) |
Return value: | ||
Type | Description | |
None |
Similar to TASK_FOLLOW_NAV_MESH_TO_COORD_NO_STOP.
Parameter 7 use to be distance of stop near point (p2,p3,p4) but untested for now.