PathEngine home previous: iAgent::hasRefs()next: iAgent::moveTo()
Contents, API Reference, Interfaces, iAgent, isMoveable

iAgent::isMoveable()

Description

A helper function to determine whether an agent can be moved.

Syntax

bool isMoveable() const;

Return Value

Returns true, if the agent is moveable. Otherwise returns false.

Remarks

Agent's that were placed with iMesh::placeAgent() are moveable, whereas agent's that were placed with iMesh::placeLargeStaticObstacle() (and some other obstacle placement methods) are not. (Refer to the documentation for each obstacle placement method for details.)

C# Mapping

bool isMoveable();

Java Mapping

boolean isMoveable();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iAgent::moveTo()