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

Method isBrush

plugins/script/interfaces/BrushInterface.cpp:178–181  ·  view source on GitHub ↗

Checks if the given SceneNode structure is a BrushNode

Source from the content-addressed store, hash-verified

176
177// Checks if the given SceneNode structure is a BrushNode
178bool ScriptBrushNode::isBrush(const ScriptSceneNode& node)
179{
180 return Node_isBrush(node);
181}
182
183ScriptBrushNode ScriptBrushNode::getBrush(const ScriptSceneNode& node)
184{

Callers 9

preMethod · 0.80
visitMethod · 0.80
preMethod · 0.80
processPrimitiveFunction · 0.80
preMethod · 0.80
visitMethod · 0.80
processPrimitiveFunction · 0.80
preMethod · 0.80
visitMethod · 0.80

Calls 1

Node_isBrushFunction · 0.85

Tested by

no test coverage detected