Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
S32 NavMesh::getLinkCount()
457
{
458
return mLinkIDs.size();
459
}
460
461
DefineEngineMethod(NavMesh, getLinkCount, S32, (),,
462
"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