MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Dispose

Method Dispose

Source/Editor/Scripting/CodeEditor.cpp:277–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void CodeEditingManagerService::Dispose()
278{
279 // Stop async task
280 if (CodeEditingManager::IsAsyncOpenRunning())
281 {
282 AsyncOpenThread->Kill(true);
283 }
284
285 // Cleanup
286 CodeEditors.ClearDelete();
287}

Callers

nothing calls this directly

Calls 2

KillMethod · 0.80
ClearDeleteMethod · 0.45

Tested by

no test coverage detected