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