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.)