RAGE.Game.Ai.TaskWarpPedIntoVehicle

From RAGE Multiplayer Wiki
Revision as of 11:10, 6 July 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''vehicle:''' {{RageType|int}} *'''seat:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.Ai.TaskWarpPedIntoVehicle(ped, vehicle, seat) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ai_definition_cs}} Category:Clientside API Cat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • ped: int
  • vehicle: int
  • seat: int

Return value

  • void

Syntax

RAGE.Game.Ai.TaskWarpPedIntoVehicle(ped, vehicle, seat)

Example

//todo


See also