Vehicle::getPedUsingDoor

From RAGE Multiplayer Wiki
Revision as of 23:47, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

vehicle.getPedUsingDoor(doorIndex);

Required Arguments

  • doorIndex: int

Return value

  • Ped handle or object

Example

// todo

See also