Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
460
S32 NavMesh::getLinkCount()
461
{
462
return mLinkIDs.size();
463
}
464
465
DefineEngineMethod(NavMesh, getLinkCount, S32, (),,
466
"Return the number of links this mesh has."
)
Callers
1
navMesh.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected