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

Method cancelBuild

Engine/source/navigation/navMesh.cpp:671–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void NavMesh::cancelBuild()
672{
673 mDirtyTiles.clear();
674 ctx->stopTimer(RC_TIMER_TOTAL);
675 mBuilding = false;
676}
677
678DefineEngineMethod(NavMesh, cancelBuild, void, (),,
679 "@brief Cancel the current NavMesh build.")

Callers 1

navMesh.cppFile · 0.80

Calls 2

clearMethod · 0.45
stopTimerMethod · 0.45

Tested by

no test coverage detected