| PathEngine home | previous: | next: |
Enables the client application to determine whether a given segment in a path corresponds to an 'off-mesh connection'.
tSigned32 connectionIndex(tSigned32 segmentIndex) const; |
| segmentIndex | The index for the point at the beginning of the path segment to be queried. |
-1 if the segment being queried is a standard 'on-mesh' path segment,
or else the index of the off-mesh connection corresponding to the segment being queried.
The index returned for an off-mesh connection corresponds
with the value returned by
See
If you are not using off-mesh connections then you don't need to call this method.
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |