Vehicle::getPedUsingDoor
MulleDK19: Quick disassembly and test seems to indicate that this native gets the Ped currently using the specified door.
Syntax
```js vehicle.getPedUsingDoor(doorIndex); ```
Required Arguments
- doorIndex: int
Return value
- Ped handle or object
Example
```js // todo ```