Перейти к содержанию

Vehicle::getPedUsingDoor

Материал из RAGE MP Wiki Archive

MulleDK19: Quick disassembly and test seems to indicate that this native gets the Ped currently using the specified door.

Syntax

<syntaxhighlight lang="javascript">vehicle.getPedUsingDoor(doorIndex);</syntaxhighlight>

Required Arguments

  • doorIndex: int

Return value

  • Ped handle or object

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also