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

Method isPatch

plugins/script/interfaces/PatchInterface.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{}
17
18bool ScriptPatchNode::isPatch(const ScriptSceneNode& node)
19{
20 return Node_isPatch(node);
21}
22
23ScriptPatchNode ScriptPatchNode::getPatch(const ScriptSceneNode& node)
24{

Callers 8

preMethod · 0.45
visitMethod · 0.45
processPrimitiveFunction · 0.45
preMethod · 0.45
visitMethod · 0.45
processPrimitiveFunction · 0.45
preMethod · 0.45
visitMethod · 0.45

Calls 1

Node_isPatchFunction · 0.85

Tested by

no test coverage detected