Difference between revisions of "HAS CAR BEEN DAMAGED BY CAR"
Jump to navigation
Jump to search
FiddleSticks (talk | contribs) (Created page with '{{Native |np = 2 |p1t = integer |p1d = Car handle. |p2t = integer |p2d = Second car handle. }} This function returns true if the first car has been damaged by th…') |
AngryAmoeba (talk | contribs) |
||
| Line 5: | Line 5: | ||
|p2t = integer | |p2t = integer | ||
|p2d = Second car handle. | |p2d = Second car handle. | ||
| + | |r=1 | ||
| + | |rt=bool | ||
| + | |rd=Returns true if the first car has been damaged by the second car. | ||
}} | }} | ||
| − | |||
| − | |||
Latest revision as of 20:10, 29 October 2011
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | integer | Car handle. |
| 2. | integer | Second car handle. |
| Return value: | ||
| Type | Description | |
| bool | Returns true if the first car has been damaged by the second car. | |