PathEngine home previous: iCollisionContext::clearQueryBounds()next: iCollisionContext::getNumberOfAgents()
Contents, API Reference, Interfaces, iCollisionContext, getAgent

iCollisionContext::getAgent()

Description

Provided for iterating through the set of agents in a context.

Syntax

iAgent* getAgent(tSigned32 index) const;

Parameters

indexThis must be a positive integer less than the number of agents in the context.

Return Value

The agent at the specified index.

Remarks

The agent index here is only an iteration mechanism.
The order of these indices should not be assumed to coincide with the order in which agents were added, and may be different across different releases.
Also, indices should not be assumed to refer consistently to a single agent after changes to the context.

See Also

iCollisionContext::getNumberOfAgents()
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iCollisionContext::getNumberOfAgents()