Difference between revisions of "HAS CAR BEEN DAMAGED BY WEAPON"
Jump to navigation
Jump to search
AngryAmoeba (talk | contribs) m (Documenting return values) |
AngryAmoeba (talk | contribs) 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
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | integer | Car handle. |
| 2. | handle | Weapon handle. |
| Return value: | ||
| Type | Description | |
| bool | Returns true if the specified car has been damaged by the specified weapon. | |