RAGE.Elements.Ped.IsInVehicle

From RAGE Multiplayer Wiki
Revision as of 18:16, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''atGetIn:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsInVehicle(vehicle, atGetIn) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • vehicle: int
  • atGetIn: bool

Return value

  • bool

Syntax

ped.IsInVehicle(vehicle, atGetIn)

Example

//todo


See also