MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / gameFeatureImpl

Method gameFeatureImpl

src/gamefeaturesproxy.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::shared_ptr<MOBase::GameFeature>
40GameFeaturesProxy::gameFeatureImpl(std::type_info const& info) const
41{
42 return m_Features.gameFeature(info);
43}
44
45int GameFeaturesProxy::unregisterFeaturesImpl(std::type_info const& info)
46{

Callers

nothing calls this directly

Calls 1

gameFeatureMethod · 0.45

Tested by

no test coverage detected