Path
Engine
home
previous:
iAgent::getUserData()
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()
are not.
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine
next:
iAgent::moveTo()