PathEngine home previous: iMesh::releaseAllPreprocessFor()next: iMesh::renderLineOnGround()
Contents, API Reference, Interfaces, iMesh, releasePathfindPreprocessFor

iMesh::releasePathfindPreprocessFor()

Description

Releases preprocess previously generated by generatePathfindPreprocessFor().

Syntax

void releasePathfindPreprocessFor(iShape* shape);

Parameters

shape Preprocess relating to this shape will be released.

Remarks

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.

See Also

iMesh::generatePathfindPreprocessFor(), iMesh::releaseAllPreprocessFor()
Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEnginenext: iMesh::renderLineOnGround()