RAGE.Game.Ai.TaskVehiclePark

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • ped: int
  • vehicle: int
  • x: float
  • y: float
  • z: float
  • heading: float
  • mode: int
  • radius: float
  • keepEngineOn: bool

Return value

  • void

Syntax

RAGE.Game.Ai.TaskVehiclePark(ped, vehicle, x, y, z, heading, mode, radius, keepEngineOn)

Example

//todo


See also