Difference between revisions of "SET CHAR HEADING"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{Native
 
{{Native
 
|np=2
 
|np=2
|np=1
+
|p1t=handle
|p1t=pointer
+
|p1d=char handle
|p1d=pointer to character
+
|p2t=float
|np=2
 
|p2t=integer
 
 
|p2d=angle of rotation
 
|p2d=angle of rotation
 
}}
 
}}
 
+
Turns selected character at certain angle.
 
 
'''Explanation:'''
 
 
 
- Turn selected character at certain angle..
 
 
 
- '''SET_CAR_HEADING''' (Player.Character, 180)
 
 
 
 
 
' NOTE THAT THIS FUNCTIONS ARE STILL UNDER TESTING
 
' INFORMATION IS EXTRACTED FROM GAME SCRIPTS
 

Latest revision as of 16:45, 26 March 2009

SET_CHAR_HEADING
Number of parameters: 2
Parameter #TypeDescription
1.handlechar handle
2.floatangle of rotation
Return value:
TypeDescription
None

Turns selected character at certain angle.