MCPcopy 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
45int 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

pluginMethod · 0.45

Tested by

no test coverage detected