Difference between revisions of "DOES VEHICLE EXIST"
Jump to navigation
Jump to search
(New page: {{Native |np=1 |p1t=handle |p1d=vehicle handle }} This function checks if the vehicle handle is allocated in the game.) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
|p1t=handle | |p1t=handle | ||
|p1d=vehicle handle | |p1d=vehicle handle | ||
| + | |r=1 | ||
| + | |rt=boolean | ||
| + | |rd=true if the vehicle handle is allocated | ||
}} | }} | ||
| − | + | Returns a boolean indicating if the specified vehicle handle is allocated in the game. | |
Latest revision as of 13:48, 2 January 2009
| Number of parameters: 1 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | handle | vehicle handle |
| Return value: | ||
| Type | Description | |
| boolean | true if the vehicle handle is allocated | |
Returns a boolean indicating if the specified vehicle handle is allocated in the game.