PathEngine home previous: iAgent::canCollide()next: iAgent::findClosestUnobstructedPosition()
Contents, API Reference, Interfaces, iAgent, canPathfind

iAgent::canPathfind()

Description

A helper function to determine whether pathfinding queries can be made for the agent.

Syntax

bool canPathfind() const;

Return Value

Returns true, if the agent is moveable and pathfinding preprocess has been generated on the agent's mesh for the agent's shape. Otherwise returns false.
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iAgent::findClosestUnobstructedPosition()