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

Method scheduleUpdateWithPriorityLua

core/2d/Node.cpp:1530–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528}
1529
1530void Node::scheduleUpdateWithPriorityLua(int nHandler, int priority)
1531{
1532 unscheduleUpdate();
1533
1534#if AX_ENABLE_SCRIPT_BINDING
1535 _updateScriptHandler = nHandler;
1536#endif
1537
1538 _scheduler->scheduleUpdate(this, priority, !_running);
1539}
1540
1541void Node::unscheduleUpdate()
1542{

Calls 1

scheduleUpdateMethod · 0.80

Tested by

no test coverage detected