Difference between revisions of "TASK CHAR SLIDE TO COORD"

From GTAMods Wiki
Jump to navigation Jump to search
(Added page)
 
 
Line 4: Line 4:
 
|p1d=The char to slide
 
|p1d=The char to slide
 
|p2t=Float
 
|p2t=Float
|p2d=X Coordinate
+
|p2d=X coordinate
 
|p3t=Float
 
|p3t=Float
|p3d=Y Coordinate
+
|p3d=Y coordinate
 
|p4t=Float
 
|p4t=Float
|p4d=Z Coordinate
+
|p4d=Z coordinate
|p5t=Unknown
+
|p5t=Float
|p5d=Unknown
+
|p5d=Heading
|p6t=Unknown
+
|p6t=Float
|p6d=Unknown
+
|p6d=Speed multiplier
 
|r=0
 
|r=0
 
}}
 
}}
  
 
This function will slide the specified char to the given coordinates. The char will walk to the approximate coordinate, then slide to the exact coordinate.
 
This function will slide the specified char to the given coordinates. The char will walk to the approximate coordinate, then slide to the exact coordinate.

Latest revision as of 03:07, 16 September 2012

TASK_CHAR_SLIDE_TO_COORD
Number of parameters: 6
Parameter #TypeDescription
1.HandleThe char to slide
2.FloatX coordinate
3.FloatY coordinate
4.FloatZ coordinate
5.FloatHeading
6.FloatSpeed multiplier
Return value:
TypeDescription
None

This function will slide the specified char to the given coordinates. The char will walk to the approximate coordinate, then slide to the exact coordinate.