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

Method onInsertIntoScene

radiantcore/model/StaticModelNode.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void StaticModelNode::onInsertIntoScene(scene::IMapRootNode& root)
36{
37 _model->connectUndoSystem(root.getUndoSystem());
38
39 ModelNodeBase::onInsertIntoScene(root);
40}
41
42void StaticModelNode::onRemoveFromScene(scene::IMapRootNode& root)
43{

Callers

nothing calls this directly

Calls 1

connectUndoSystemMethod · 0.45

Tested by

no test coverage detected