|
Planeshift
|
#include <npcoperations.h>
Public Member Functions | |
| virtual bool | Filter (const Waypoint *waypoint) const |
| Called to check if a waypoint should be filters. | |
| WanderRouteFilter (WanderOperation *parent) | |
Protected Attributes | |
| WanderOperation * | parent |
Definition at line 1726 of file npcoperations.h.
| WanderOperation::WanderRouteFilter::WanderRouteFilter | ( | WanderOperation * | parent | ) | [inline] |
Definition at line 1729 of file npcoperations.h.
| virtual bool WanderOperation::WanderRouteFilter::Filter | ( | const Waypoint * | wp | ) | const [virtual] |
Called to check if a waypoint should be filters.
Implements psPathNetwork::RouteFilter.
Definition at line 1732 of file npcoperations.h.
1.7.3