MCPcopy 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
544U16 NavPath::getFlags(S32 idx) const
545{
546 if(idx < size() && idx >= 0)
547 return mFlags[idx];
548 return 0;
549}
550
551S32 NavPath::size() const
552{

Callers 6

planMethod · 0.45
navPath.cppFile · 0.45
navMesh.cppFile · 0.45
setLinkFlagsMethod · 0.45
spawnPlayerMethod · 0.45
on3DMouseDownMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected