PathEngine home previous: iObstacleSet::hasRefs()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

agentThe 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()

C# Mapping

bool includes(Agent agent);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iObstacleSet::loadPathfindPreprocessFor()