MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getLinkCount

Method getLinkCount

Engine/source/navigation/navMesh.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460S32 NavMesh::getLinkCount()
461{
462 return mLinkIDs.size();
463}
464
465DefineEngineMethod(NavMesh, getLinkCount, S32, (),,
466 "Return the number of links this mesh has.")

Callers 1

navMesh.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected