Difference between revisions of "SET CAR HEADING"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
'''SET_CAR_HEADING''' [Gta.Vehicle, Angle]
+
'''SET_CAR_HEADING''' [VEHICLE, ANGLE]
  
Angle as Integer
+
VEHICLE - represents vehicle handle
 +
 
 +
ANGLE - integer value, angle of vehicle
 +
 
 +
 
 +
Explanation:
 +
 
 +
- Turns selected vehicle to any direction.
 +
 
 +
 
 +
' NOTE THAT THIS FUNCTIONS ARE STILL UNDER TESTING
 +
' INFORMATION IS EXTRACTED FROM GAME SCRIPTS

Revision as of 15:31, 20 January 2009

SET_CAR_HEADING [VEHICLE, ANGLE]

VEHICLE - represents vehicle handle

ANGLE - integer value, angle of vehicle


Explanation:

- Turns selected vehicle to any direction.


' NOTE THAT THIS FUNCTIONS ARE STILL UNDER TESTING ' INFORMATION IS EXTRACTED FROM GAME SCRIPTS