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

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

Revision as of 20:12, 29 October 2011

HAS_CAR_BEEN_DAMAGED_BY_WEAPON
Number of parameters: 2
Parameter #TypeDescription
1.integerCar handle.
2.handleWeapon handle.

r=1 rt=bool

rd=Returns true if the specified car has been damaged by the specified weapon.
Return value:
TypeDescription
None