MCPcopy Create free account
hub / github.com/Norbyte/ositools / Cleanup

Method Cleanup

OsiInterface/DataLibraries.cpp:281–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 void LibraryManager::Cleanup()
282 {
283 DetourTransactionBegin();
284 DetourUpdateThread(GetCurrentThread());
285
286 StatusHitEnter.Unwrap();
287 StatusHealEnter.Unwrap();
288 CharacterHitHook.Unwrap();
289 ApplyStatusHook.Unwrap();
290
291 DetourTransactionCommit();
292 }
293
294 void LibraryManager::ShowStartupError(std::wstring const & msg)
295 {

Callers

nothing calls this directly

Calls 1

UnwrapMethod · 0.45

Tested by

no test coverage detected