IMNMPathfinder

C++
struct IMNMPathfinder {
};
File

IPathfinder.h

IMNMPathfinder::~IMNMPathfinder Destructor
C++
virtual ~IMNMPathfinder();
IMNMPathfinder::CancelPathRequest Method
C++
virtual void CancelPathRequest(MNMQueuedPathID requestId) = 0;
IMNMPathfinder::GetNavPath Method
C++
virtual const INavPath & GetNavPath() const = 0;
IMNMPathfinder::RequestPathTo Method
C++
virtual MNMQueuedPathID RequestPathTo(const IAIPathAgent* pRequester, const MNMPathRequest& request) = 0;