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

Method bugMe

tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void LogicTest::bugMe(Node* node)
123{
124 node->stopAllActions(); // After this stop next action not working, if remove this stop everything is working
125 node->runAction(ScaleTo::create(2, 2));
126}
127
128std::string LogicTest::subtitle() const
129{

Callers

nothing calls this directly

Calls 3

createFunction · 0.85
stopAllActionsMethod · 0.80
runActionMethod · 0.45

Tested by

no test coverage detected