What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Interrupt current AB action

Sidalol

Member
Joined
Jul 1, 2010
Messages
987
Reaction score
15
How to properly interrupt/stop current AB action? For example current action is gps move, I want to terminate this from another thread. Is there any cancel flag etc?
 
I want to terminate this from another thread. Is there any cancel flag etc?
gps.SuspendGpsMove\gps.ResumeGpsMove
and Core.CancelMoveTo \ Core.SuspendMoveTo \ Core.ResumeMoveTo
 
Sorry for spam but also can we find the zone that a GpsPoint is in? E.g. Marianople?
 
Last edited:
Uhm. Dont try this.
You can try get gps point coords, and check is this points in the rectangle.
Rectangles for zones you can get from sqlCore.sqlZoneGroups (x,y,w,h)
 
Back
Top