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

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

Latest revision as of 20:11, 29 October 2011

HAS_CAR_BEEN_DAMAGED_BY_CHAR
Number of parameters: 2
Parameter #TypeDescription
1.integerCar handle.
2.integerChar handle.
Return value:
TypeDescription
boolReturns true if the specified car has been damaged by the specified character.