From 5a0bf9788b00c0f6e13ba81bc27558704ccdb3c0 Mon Sep 17 00:00:00 2001 From: UTIL_TRACELINE Date: Tue, 5 Nov 2024 06:28:29 +0300 Subject: [PATCH] Update TASK/TaskPlaneMission.md Co-authored-by: Dillon Skaggs --- TASK/TaskPlaneMission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TASK/TaskPlaneMission.md b/TASK/TaskPlaneMission.md index 6c0d0c824..3896fd374 100644 --- a/TASK/TaskPlaneMission.md +++ b/TASK/TaskPlaneMission.md @@ -5,7 +5,7 @@ ns: TASK ```c // 0x23703CD154E83B88 0x1D007E65 -void TASK_PLANE_MISSION(Ped ped, Vehicle vehicle, Vehicle targetVehicle, Ped targetPed, float fTargetCoordX, float fTargetCoordY, float fTargetCoordZ, int iMissionIndex, float fCruiseSpeed, float fTargetReachedDist, float fOrientation, cs_type(float) int iFlightHeight, cs_type(float) int iMinHeightAboveTerrain); +void TASK_PLANE_MISSION(Ped ped, Vehicle vehicle, Vehicle targetVehicle, Ped targetPed, float fTargetCoordX, float fTargetCoordY, float fTargetCoordZ, int iMissionIndex, float fCruiseSpeed, float fTargetReachedDist, float fOrientation, cs_type(float) int iFlightHeight, cs_type(float) int iMinHeightAboveTerrain, cs_split BOOL bPrecise); ``` Gives the plane a mission (purpose or objective), the mission is passed onto the `iMissionIndex` parameter.