I am working on writing a plugin and I cannot find the method: public virtual bool CanNavigateFully(WoWPoint from, WoWPoint to) in Honorbuddy 3. I know that there were changes being made to the way that navigation was being handled in HB3 but will this method be available again in the future, or how would I go about finding out if a point can be navigated to from another point?
I don't have a log since I have not tried to run the plugin since I cannot find the method in the HB3 documentation. Running the plugin would simply state the the method does not exist in the bot. The method used to exist in Honorbuddy as show here: NavigationProvider.CanNavigateFully Method however I don't see it in the documentation for HB3 found here: NavigationProvider Methods