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

Method plan

Engine/source/navigation/navPath.cpp:370–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370bool NavPath::plan()
371{
372 // Initialise filter.
373 mFilter.setIncludeFlags(mLinkTypes.getFlags());
374
375 // Initialise query and visit locations.
376 if(!init())
377 return false;
378
379 if(mIsSliced)
380 return planSliced();
381 else
382 return planInstant();
383}
384
385bool NavPath::planSliced()
386{

Callers 2

repathMethod · 0.80
navPath.cppFile · 0.80

Calls 3

setIncludeFlagsMethod · 0.80
initFunction · 0.50
getFlagsMethod · 0.45

Tested by

no test coverage detected