Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getFlags
Method
getFlags
Engine/source/navigation/navPath.cpp:544–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
542
}
543
544
U16 NavPath::getFlags(S32 idx) const
545
{
546
if(idx < size() && idx >= 0)
547
return mFlags[idx];
548
return 0;
549
}
550
551
S32 NavPath::size() const
552
{
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