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