MCPcopy 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
549U16 NavPath::getFlags(S32 idx) const
550{
551 if(idx < size() && idx >= 0)
552 return mFlags[idx];
553 return 0;
554}
555
556S32 NavPath::size() const
557{

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