Ped::getVehicleIsIn

From RAGE Multiplayer Wiki
Revision as of 22:07, 29 April 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''includeLastVehicle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.getVehicleIsIn(ped, includeLastVehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Category:TODO: Examp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • ped: number
  • includeLastVehicle: boolean

Return value

  • number

Syntax

mp.game.ped.getVehicleIsIn(ped, includeLastVehicle)

Example

//todo


See also