PathEngine home previous: iMesh::shapeCanCollide()next: iMesh::storeAnchor()
Contents, API Reference, Interfaces, iMesh, shapeCanPathfind

iMesh::shapeCanPathfind()

Description

A helper function for checking whether pathfinding preprocess is present for a given shape.

Syntax

bool shapeCanPathfind(const iShape* shape) const;

Parameters

shape The method checks if preprocess is present for this shape.

Return Value

true, if preprocess is present, otherwise false.

See Also

iMesh::shapeCanCollide()
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iMesh::storeAnchor()