Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PathfindServicesInterface Member List

This is the complete list of members for PathfindServicesInterface, including all inherited members.

findAttackPath(const Object *obj, const LocomotorSet &locomotorSet, const Coord3D *from, const Object *victim, const Coord3D *victimPos, const Weapon *weapon)=0PathfindServicesInterfacepure virtual
findClosestPath(Object *obj, const LocomotorSet &locomotorSet, const Coord3D *from, Coord3D *to, Bool blocked, Real pathCostMultiplier, Bool moveAllies)=0PathfindServicesInterfacepure virtual
findPath(Object *obj, const LocomotorSet &locomotorSet, const Coord3D *from, const Coord3D *to)=0PathfindServicesInterfacepure virtual
findSafePath(const Object *obj, const LocomotorSet &locomotorSet, const Coord3D *from, const Coord3D *repulsorPos1, const Coord3D *repulsorPos2, Real repulsorRadius)=0PathfindServicesInterfacepure virtual
patchPath(const Object *obj, const LocomotorSet &locomotorSet, Path *originalPath, Bool blocked)=0PathfindServicesInterfacepure virtual