Difference between revisions of "00AA"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|t}} '''GET_CAR_COORDINATES''' <hr /> '''Description''' : Gets the vehicle's coordinates point '''Syntax''' : 00AA: store_car [''car handle''] position_to [''var1''] [''...")
 
m
Line 21: Line 21:
 
== Keywords ==
 
== Keywords ==
 
get, store, car, vehicle, position, coordinates
 
get, store, car, vehicle, position, coordinates
 +
 +
== See also ==
 +
* {{Icon|t}} [[00AB]], sets the vehicle's coordinates
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 18:08, 7 December 2015

GTA III Vice City San Andreas GET_CAR_COORDINATES


Description

Gets the vehicle's coordinates point

Syntax

00AA: store_car [car handle] position_to [var1] [var2] [var3]

Parameter

[car handle]
The handle of the vehicle
[var1]
Variable to store x-coordinate
[var2]
Variable to store y-coordinate
[var3]
Variable to store z-coordinate

Native analog

GET_CAR_COORDINATES

This opcode stores the x, y, and z-coordinates of the center of mass of the vehicle's body.

Keywords

get, store, car, vehicle, position, coordinates

See also

  • GTA III Vice City San Andreas 00AB, sets the vehicle's coordinates