Difference between revisions of "GET CHAR VELOCITY"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
{{Native
 
{{Native
|noheader=0
 
 
|np=4
 
|np=4
 
|p1t=pointer
 
|p1t=pointer
Line 10: Line 9:
 
|p4t=float reference
 
|p4t=float reference
 
|p4d=Z Velocity is saved to this variable
 
|p4d=Z Velocity is saved to this variable
|r=0
 
 
}}
 
}}
  
 
Gets x, y and z velocities of the char.
 
Gets x, y and z velocities of the char.
 
[[Category:Native functions]]
 

Revision as of 11:29, 27 December 2008

GET_CHAR_VELOCITY
Number of parameters: 4
Parameter #TypeDescription
1.pointerPointer to Char
2.float referenceX Velocity is saved to this variable
3.float referenceY Velocity is saved to this variable
4.float referenceZ Velocity is saved to this variable
Return value:
TypeDescription
None

Gets x, y and z velocities of the char.