Difference between revisions of "IS CHAR IN ANY POLICE VEHICLE"
Jump to navigation
Jump to search
FiddleSticks (talk | contribs) (Created page with '{{Native |np = 1 |p1t = integer |p1d = Char handle }}') |
AngryAmoeba (talk | contribs) (Added return value) |
||
| Line 3: | Line 3: | ||
|p1t = integer | |p1t = integer | ||
|p1d = Char handle | |p1d = Char handle | ||
| + | |r=1 | ||
| + | |rt=bool | ||
| + | |rd=Returns true if the given vehicle is a police vehicle (includes cars, trucks, and helicopters). | ||
}} | }} | ||
Revision as of 21:32, 6 October 2012
| Number of parameters: 1 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | integer | Char handle |
| Return value: | ||
| Type | Description | |
| bool | Returns true if the given vehicle is a police vehicle (includes cars, trucks, and helicopters). | |