Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getNode
Method
getNode
Engine/source/navigation/navPath.cpp:537–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
535
}
536
537
Point3F NavPath::getNode(S32 idx) const
538
{
539
if(idx < size() && idx >= 0)
540
return mPoints[idx];
541
return Point3F(0,0,0);
542
}
543
544
U16 NavPath::getFlags(S32 idx) const
545
{
Callers
1
navPath.cpp
File · 0.45
Calls
2
size
Function · 0.50
Point3F
Class · 0.50
Tested by
no test coverage detected