046C

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas GET_DRIVER_OF_CAR


Description

Stores the handle of the driver of the car

Syntax

046C: [var] = car [car handle] driver

Parameter

[car handle]
The handle of the vehicle
[var]
Variable to store the handle of the ped driving the vehicle

Native analog

GET_DRIVER_OF_CAR

This opcode stores the handle of the ped driving the vehicle into the variable. The vehicle handle must be validated before using, or the game will crash. If the vehicle has no driver, the result is -1.

Keywords

car, vehicle, driver, ped, get, store