| 1539 | } |
| 1540 | |
| 1541 | void 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 | |
| 1554 | void Node::schedule(SEL_SCHEDULE selector) |
| 1555 | { |