Difference between revisions of "HAS CAR BEEN DAMAGED BY WEAPON"
Jump to navigation
Jump to search
FiddleSticks (talk | contribs) (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…') |
AngryAmoeba (talk | contribs) 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. | ||
}} | }} | ||
− | |||
− |
Revision as of 20:12, 29 October 2011
Number of parameters: 2 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Car handle. |
2. | handle | Weapon handle.
r=1 rt=bool rd=Returns true if the specified car has been damaged by the specified weapon. |
Return value: | ||
Type | Description | |
None |