MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / shutdownModule

Method shutdownModule

radiant/ui/einspector/EntityInspectorModule.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void EntityInspectorModule::shutdownModule()
78{
79 GlobalUserInterface().unregisterControl(UserControl::EntityInspector);
80 _propertyEditorFactory.reset();
81}
82
83void EntityInspectorModule::registerPropertyEditor(const std::string& key, const IPropertyEditor::CreationFunc& creator)
84{

Callers

nothing calls this directly

Calls 2

unregisterControlMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected