RAGE.Game.Ai.TaskPlaneMission

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • pilot: int
  • plane: int
  • targetVehicle: int
  • targetPed: int
  • destinationX: float
  • destinationY: float
  • destinationZ: float
  • missionType: int
  • vehicleSpeed: float
  • p9: float
  • heading: float
  • maxAltitude: float
  • minAltitude: float
  • p13: int

Return value

  • void

Syntax

RAGE.Game.Ai.TaskPlaneMission(pilot, plane, targetVehicle, targetPed, destinationX, destinationY, destinationZ, missionType, vehicleSpeed, p9, heading, maxAltitude, minAltitude, p13)

Example

//todo


See also