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

Method callback

tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842void ActionCallFuncN::callback(Node* sender)
843{
844 auto a = JumpBy::create(5, Vec2(0, 0), 100, 5);
845 sender->runAction(a);
846}
847//------------------------------------------------------------------
848//
849// ActionCallFuncND

Callers 4

~ThreadExitNotifierMethod · 0.45
updateMethod · 0.45
doDispatchMethod · 0.45
drainMethod · 0.45

Calls 3

createFunction · 0.85
Vec2Function · 0.50
runActionMethod · 0.45

Tested by

no test coverage detected