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

Method isRunning

core/2d/Node.cpp:667–670  ·  view source on GitHub ↗

isRunning getter

Source from the content-addressed store, hash-verified

665
666// isRunning getter
667bool Node::isRunning() const
668{
669 return _running;
670}
671
672/// parent setter
673void Node::setParent(Node* parent)

Callers 6

isDoneMethod · 0.80
setStencilMethod · 0.80
forceAddEventListenerMethod · 0.80
replaceSceneMethod · 0.80
popToSceneStackLevelMethod · 0.80
setStencilMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected