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

Method unscheduleUpdate

core/2d/Node.cpp:1541–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541void Node::unscheduleUpdate()
1542{
1543 _scheduler->unscheduleUpdate(this);
1544
1545#if AX_ENABLE_SCRIPT_BINDING
1546 if (_updateScriptHandler)
1547 {
1548 ScriptEngineManager::getInstance()->getScriptEngine()->removeScriptHandler(_updateScriptHandler);
1549 _updateScriptHandler = 0;
1550 }
1551#endif
1552}
1553
1554void Node::schedule(SEL_SCHEDULE selector)
1555{

Callers 10

onExitMethod · 0.45
updateMethod · 0.45
removeAllMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
onEnterMethod · 0.45
onExitMethod · 0.45
updateMethod · 0.45

Calls 2

getInstanceFunction · 0.85
removeScriptHandlerMethod · 0.45

Tested by 4

updateMethod · 0.36
onEnterMethod · 0.36
onExitMethod · 0.36
updateMethod · 0.36