Difference between revisions of "HAS CAR BEEN DAMAGED BY CAR"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{Native |np = 2 |p1t = integer |p1d = Car handle. |p2t = integer |p2d = Second car handle. }} This function returns true if the first car has been damaged by th…')
 
 
Line 5: Line 5:
 
|p2t    = integer
 
|p2t    = integer
 
|p2d    = Second car handle.
 
|p2d    = Second car handle.
 +
|r=1
 +
|rt=bool
 +
|rd=Returns true if the first car has been damaged by the second car.
 
}}
 
}}
 
This function returns true if the first car has been damaged by the second car.
 

Latest revision as of 20:10, 29 October 2011

HAS_CAR_BEEN_DAMAGED_BY_CAR
Number of parameters: 2
Parameter #TypeDescription
1.integerCar handle.
2.integerSecond car handle.
Return value:
TypeDescription
boolReturns true if the first car has been damaged by the second car.