Difference between revisions of "GET CAR COLOURS"
Jump to navigation
Jump to search
(New page: {{Native |np=3 |p1t=handle |p1d=vehicle handle |p2t=integer |p2d=variable to store 1st color ID (list of colors : Carcols.dat#GTA4) |p3t=integer |p3d=variable to store 2nd color ID (li...) |
m |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
|p1d=vehicle handle | |p1d=vehicle handle | ||
|p2t=integer | |p2t=integer | ||
| − | |p2d=variable to store 1st | + | |p2d=variable to store 1st [[Carcols.dat#GTA4|color ID]] |
|p3t=integer | |p3t=integer | ||
| − | |p3d=variable to store 2nd | + | |p3d=variable to store 2nd [[Carcols.dat#GTA4|color ID]] |
}} | }} | ||
This function will get the 1st and the 2nd color ID of the specified vehicle, and store them to variables. | This function will get the 1st and the 2nd color ID of the specified vehicle, and store them to variables. | ||
Latest revision as of 19:38, 2 January 2009
| Number of parameters: 3 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | handle | vehicle handle |
| 2. | integer | variable to store 1st color ID |
| 3. | integer | variable to store 2nd color ID |
| Return value: | ||
| Type | Description | |
| None | ||
This function will get the 1st and the 2nd color ID of the specified vehicle, and store them to variables.