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

Method getLinkFlags

Engine/source/navigation/navMesh.cpp:467–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467LinkData NavMesh::getLinkFlags(U32 idx)
468{
469 if(idx < mLinkIDs.size())
470 {
471 return LinkData(mLinkFlags[idx]);
472 }
473 return LinkData();
474}
475
476DefineEngineMethod(NavMesh, getLinkFlags, S32, (U32 id),,
477 "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