PathEngine home | previous: | next: |
Releases pathfind preprocess previously generated by generatePathfindPreprocessFor().
void releasePathfindPreprocessFor(const iShape& shape); |
shape | Pathfind preprocess previously generated for this shape will be released. |
It's ok to call this if there is no pathfind preprocess present for the specified shape.
In this case the call will have no effect.
void releasePathfindPreprocessFor(Shape shape); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |