Dlc1::getDlcVehicleData

From RAGE Multiplayer Wiki
Revision as of 21:06, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dlcVehicleIndex takes a number from 0 - GET_NUM_DLC_VEHICLES() - 1.
outData is a struct of 3 8-byte items.
The Second item in the struct *(Hash *)(outData + 1) is the vehicle hash.

Syntax

mp.game.dlc1.getDlcVehicleData(dlcVehicleIndex, outData);

Required Arguments

  • dlcVehicleIndex: int
  • outData: unknown (to be checked)

Return value

  • Boolean

Example

// todo

See also

Template:Dlc1 s function c