Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getFlags
Method
getFlags
Engine/source/navigation/navPath.cpp:549–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
}
548
549
U16 NavPath::getFlags(S32 idx) const
550
{
551
if(idx < size() && idx >= 0)
552
return mFlags[idx];
553
return 0;
554
}
555
556
S32 NavPath::size() const
557
{
Callers
6
plan
Method · 0.45
navPath.cpp
File · 0.45
navMesh.cpp
File · 0.45
setLinkFlags
Method · 0.45
spawnPlayer
Method · 0.45
on3DMouseDown
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected