| PathEngine home | previous: | next: |
Helper function for retrieving information about off-mesh connections stored with a mesh.
void getOffMeshConnectionInfo(tSigned32 index, tSigned32& fromEndPoint, tSigned32& toEndPoint, tSigned32& penalty) const; |
| index | The index of the connection for which information is to be retrieved. | ||
| fromEndPoint | The index for the source endpoint of the connection is returned in this parameter. | ||
| toEndPoint | The index for the target endpoint of the connection is returned in this parameter. | ||
| penalty | The penalty associated with the connection is returned in this parameter. |
See
| Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEngine | next: |