PathEngine home previous: iCollisionContext::removeObstacleSet()next: iCollisionContext::restoreTemporarilyIgnoredAgent()
Contents, API Reference, Interfaces, iCollisionContext, removeRunTimeOffMeshConnection

iCollisionContext::removeRunTimeOffMeshConnection()

Description

Removes a run-time off-mesh connection previously added to this context with iCollisionContext::addRunTimeOffMeshConnection().

Syntax

void removeRunTimeOffMeshConnection(tSigned32 connectionHandle);

Parameters

connectionHandle The run-time off-mesh connection handle value returned previously by iCollisionContext::addRunTimeOffMeshConnection().
(Not the connectionID value supplied for the connection.)

Remarks

See Off‑Mesh Connections for an overview of the off-mesh connection functionality, and Working with Off‑Mesh Connections for information about other methods relating to this functionality.


Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: iCollisionContext::restoreTemporarilyIgnoredAgent()