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

From GTAMods Wiki
Jump to navigation Jump to search
m (Documenting return values)
m (Fixing)
 
Line 5: Line 5:
 
|p2t    = handle
 
|p2t    = handle
 
|p2d    = Weapon handle.
 
|p2d    = Weapon handle.
r=1
+
|r=1
rt=bool
+
|rt=bool
rd=Returns true if the specified car has been damaged by the specified weapon.
+
|rd=Returns true if the specified car has been damaged by the specified weapon.
 
}}
 
}}

Latest 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.
Return value:
TypeDescription
boolReturns true if the specified car has been damaged by the specified weapon.