Path
Engine
home
previous:
iObstacleSet::getNumberOfConnectedRegions()
next:
iObstacleSet::loadPathfindPreprocessFor()
Contents
,
API Reference
,
Interfaces
,
iObstacleSet
,
includes
iObstacleSet::includes()
Description
Tells you if a specified agent is included in this set.
Syntax
bool
includes(iAgent* agent)
const
;
Parameters
agent
The agent to check for inclusion.
Return Value
Returns
true
if the agent is included in this set, otherwise
false
.
See Also
iObstacleSet::addAgent()
,
iObstacleSet::removeAgent()
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine
next:
iObstacleSet::loadPathfindPreprocessFor()