Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ unregisterFeaturesImpl
Method
unregisterFeaturesImpl
src/gamefeaturesproxy.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int GameFeaturesProxy::unregisterFeaturesImpl(std::type_info const& info)
46
{
47
return m_Features.unregisterGameFeatures(m_CoreProxy.plugin(), info);
48
}
Callers
nothing calls this directly
Calls
2
unregisterGameFeatures
Method · 0.80
plugin
Method · 0.45
Tested by
no test coverage detected