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

Method cancelBuild

Engine/source/navigation/navMesh.cpp:675–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void NavMesh::cancelBuild()
676{
677 mDirtyTiles.clear();
678 ctx->stopTimer(RC_TIMER_TOTAL);
679 mBuilding = false;
680}
681
682DefineEngineMethod(NavMesh, cancelBuild, void, (),,
683 "@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