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

Method getLinkCount

Engine/source/navigation/navMesh.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456S32 NavMesh::getLinkCount()
457{
458 return mLinkIDs.size();
459}
460
461DefineEngineMethod(NavMesh, getLinkCount, S32, (),,
462 "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