00AA

From GTAMods Wiki
Revision as of 08:10, 7 December 2015 by Spaceeinstein (talk | contribs) (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''] [''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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