Difference between revisions of "SET CHAR COORDINATES"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=4 |p1t=handle |p1d=char handle |p2t=float |p2d=X pos |p3t=float |p3d=Y pos |p4t=float |p4d=Z pos }} This function will warp the character in P1 to the coordinates in x,y, and ...)
 
 
Line 10: Line 10:
 
|p4d=Z pos
 
|p4d=Z pos
 
}}
 
}}
This function will warp the character in P1 to the coordinates in x,y, and z.
+
This function will warp the character in P1 to the coordinates in x,y, and z. Similar to [[SET_CHAR_COORDINATES_NO_OFFSET]] but the character's feet is the point where the character will be placed by.

Latest revision as of 08:06, 14 January 2010

SET_CHAR_COORDINATES
Number of parameters: 4
Parameter #TypeDescription
1.handlechar handle
2.floatX pos
3.floatY pos
4.floatZ pos
Return value:
TypeDescription
None

This function will warp the character in P1 to the coordinates in x,y, and z. Similar to SET_CHAR_COORDINATES_NO_OFFSET but the character's feet is the point where the character will be placed by.