Native referenceFiveM

GET_DLC_VEHICLE_DATA

0x33468EDC08E371F6 FILES
FUNCTION SIGNATURE
BOOL GET_DLC_VEHICLE_DATA(int dlcVehicleIndex, Any* outData);
Property Value
Native Name GET_DLC_VEHICLE_DATA
Hash 0x33468EDC08E371F6
Return Type BOOL
Parameters dlcVehicleIndex (int), outData (Any*)

Description: The Second item in the struct *(Hash *)(outData + 1) is the vehicle hash.

Parameters

  • dlcVehicleIndex (int) — takes a number from 0 to GET_NUM_DLC_VEHICLES() - 1.
  • outData (Any*) — a struct of 3 8-byte items.
Back to FILES