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

Method foreachNode

plugins/script/interfaces/SelectionGroupInterface.cpp:76–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void ScriptSelectionGroup::foreachNode(SelectionGroupVisitor& visitor)
77{
78 if (_group)
79 {
80 _group->foreachNode([&](const scene::INodePtr& node)
81 {
82 visitor.visit(node);
83 });
84 }
85}
86
87std::string ScriptSelectionGroup::_emptyStr;
88

Callers 3

findEntityByNameMethod · 0.45
saveMapDiffFunction · 0.45

Calls 1

visitMethod · 0.45

Tested by 1