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

Method empty

plugins/script/interfaces/BrushInterface.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool ScriptBrushNode::empty() const
106{
107 IBrushNodePtr brushNode = std::dynamic_pointer_cast<IBrushNode>(_node.lock());
108 if (brushNode == NULL) return true;
109
110 return brushNode->getIBrush().empty();
111}
112
113bool ScriptBrushNode::hasContributingFaces() const
114{

Callers 6

runScriptFileMethod · 0.45
runScriptCommandMethod · 0.45
createScriptCommandMethod · 0.45
showPointFileMethod · 0.45
getActiveMaterialsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected