MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getLinkFlags

Method getLinkFlags

Engine/source/navigation/navMesh.cpp:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471LinkData NavMesh::getLinkFlags(U32 idx)
472{
473 if(idx < mLinkIDs.size())
474 {
475 return LinkData(mLinkFlags[idx]);
476 }
477 return LinkData();
478}
479
480DefineEngineMethod(NavMesh, getLinkFlags, S32, (U32 id),,
481 "Get the flags set for a particular off-mesh link.")

Callers 2

navMesh.cppFile · 0.80
on3DMouseDownMethod · 0.80

Calls 2

LinkDataClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected