MCPcopy Create free account
hub / github.com/axmolengine/axmol / cleanup

Method cleanup

core/2d/ProtectedNode.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void ProtectedNode::cleanup()
62{
63 Node::cleanup();
64 // timers
65 for (const auto& child : _protectedChildren)
66 child->cleanup();
67}
68
69void ProtectedNode::addProtectedChild(ax::Node* child)
70{

Calls 1

cleanupFunction · 0.85

Tested by

no test coverage detected