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

Method clone

radiantcore/entity/doom3group/StaticGeometryNode.cpp:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286scene::INodePtr StaticGeometryNode::clone() const
287{
288 StaticGeometryNode::Ptr clone(new StaticGeometryNode(*this));
289 clone->construct();
290 clone->constructClone(*this);
291
292 return clone;
293}
294
295void StaticGeometryNode::onInsertIntoScene(scene::IMapRootNode& root)
296{

Callers

nothing calls this directly

Calls 2

constructCloneMethod · 0.80
constructMethod · 0.45

Tested by

no test coverage detected