PathEngine home | previous: | next: |
Helper function for retrieving information about off-mesh connections stored with a mesh.
void getOffMeshConnectionInfo(int32_t index, int32_t& fromEndPoint, int32_t& toEndPoint, int32_t& 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
void getOffMeshConnectionInfo(int index, out int fromEndPoint, out int toEndPoint, out int penalty); |
void getOffMeshConnectionInfo(int index, int_OutArgument fromEndPoint, int_OutArgument toEndPoint, int_OutArgument penalty); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |