Difference between revisions of "SET CHAR COORDINATES NO OFFSET"

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 ...)
(No difference)

Revision as of 06:17, 4 January 2009

SET_CHAR_COORDINATES_NO_OFFSET
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. It appears to have the same function of SET_CHAR_COORDINATES.