MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / NativeModManager

Method NativeModManager

src/ll/core/mod/NativeModManager.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23namespace ll::mod {
24NativeModManager::NativeModManager() : ModManager(NativeModManagerName) {
25 handleMap[sys_utils::getCurrentModuleHandle()] = NativeMod::current();
26}
27NativeModManager::~NativeModManager() = default;
28
29static std::shared_ptr<NativeMod> currentLoadingMod;

Callers

nothing calls this directly

Calls 1

getCurrentModuleHandleFunction · 0.50

Tested by

no test coverage detected