Difference between revisions of "GET EXTRA CAR COLOURS"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=3 |p1t=handle |p1d=vehicle handle |p2t=integer |p2d=variable to store 1st specular color ID (list of colors ID : Carcols.dat#GTA4) |p3t=integer |p3d=variable to store 2nd ...)
 
m
 
Line 4: Line 4:
 
|p1d=vehicle handle
 
|p1d=vehicle handle
 
|p2t=integer
 
|p2t=integer
|p2d=variable to store 1st specular color ID (list of colors ID : [[Carcols.dat#GTA4]])
+
|p2d=variable to store 1st specular [[Carcols.dat#GTA4|color ID]]
 
|p3t=integer
 
|p3t=integer
|p3d=variable to store 2nd specular color ID (list of colors ID : [[Carcols.dat#GTA4]])
+
|p3d=variable to store 2nd specular [[Carcols.dat#GTA4|color ID]]
 
}}
 
}}
  
 
This function will get the 1st and the 2nd specular color ID of the specified vehicle, and store them to variables.
 
This function will get the 1st and the 2nd specular color ID of the specified vehicle, and store them to variables.

Latest revision as of 19:35, 2 January 2009

GET_EXTRA_CAR_COLOURS
Number of parameters: 3
Parameter #TypeDescription
1.handlevehicle handle
2.integervariable to store 1st specular color ID
3.integervariable to store 2nd specular color ID
Return value:
TypeDescription
None

This function will get the 1st and the 2nd specular color ID of the specified vehicle, and store them to variables.