From 5d88e449bee43083cf62394914b22baf731c71a1 Mon Sep 17 00:00:00 2001 From: FlightControl Date: Thu, 21 Jul 2016 07:14:03 +0200 Subject: [PATCH] Update tracing --- Moose Development/Moose/Controllable.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Moose Development/Moose/Controllable.lua b/Moose Development/Moose/Controllable.lua index db46f5dae..8b9869a92 100644 --- a/Moose Development/Moose/Controllable.lua +++ b/Moose Development/Moose/Controllable.lua @@ -2119,6 +2119,7 @@ end -- @param #table WayPoints If WayPoints is given, then use the route. -- @return #CONTROLLABLE function CONTROLLABLE:WayPointInitialize( WayPoints ) + self:F( { WayPoint, WayPointIndex, WayPointFunction } ) if WayPoints then self.WayPoints = WayPoints @@ -2179,6 +2180,7 @@ end -- @param #number WaitTime The amount seconds to wait before initiating the mission. -- @return #CONTROLLABLE function CONTROLLABLE:WayPointExecute( WayPoint, WaitTime ) + self:F( { WayPoint, WaitTime } ) if not WayPoint then WayPoint = 1