Contents, API Reference, Interfaces, iMesh, getNumberOfEndPoints
iMesh::getNumberOfEndPoints()
Description
Helper function returning the number of off-mesh connection endpoints stored with a mesh.
Syntax
int32_t getNumberOfEndPoints() const; |
Return Value
The number of off-mesh connection endpoints stored with this mesh.
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.
C# Mapping
int getNumberOfEndPoints(); |
Java Mapping
int getNumberOfEndPoints();
|