PathEngine home previous: Interface iObstacleSetnext: iObstacleSet::addConstExternalRef()
Contents, API Reference, Interfaces, iObstacleSet, addAgent

iObstacleSet::addAgent()

Description

Adds a specified agent to this obstacle set.

Syntax

void addAgent(iAgent& agent);

Parameters

agent The agent to add.
This agent must be on the mesh this obstacle set was created for, and must not be already included in the set.

See Also

iObstacleSet::removeAgent(), iObstacleSet::temporarilyIgnoreAgent()

C# Mapping

void addAgent(Agent agent);

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