G grunt7 New Member Joined Sep 21, 2014 Messages 6 Reaction score 0 Oct 14, 2014 #1 Is there a good way to abort movement to a waypoint gracefully? Seems like you are only able to suspend or resume movement through the API.
Is there a good way to abort movement to a waypoint gracefully? Seems like you are only able to suspend or resume movement through the API.
O Out Active Member Joined Jun 2, 2012 Messages 2,972 Reaction score 13 Oct 15, 2014 #2 Is there a good way to abort movement to a waypoint gracefully? Seems like you are only able to suspend or resume movement through the API. Click to expand... You can call CancelMoveTo()
Is there a good way to abort movement to a waypoint gracefully? Seems like you are only able to suspend or resume movement through the API. Click to expand... You can call CancelMoveTo()
Poopiedoopie New Member Joined Sep 24, 2014 Messages 117 Reaction score 3 Oct 15, 2014 #3 Out said: You can call CancelMoveTo() Click to expand... This is the proper way to do this ?