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

Method scheduleUpdateWithPriority

core/2d/Node.cpp:1525–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1523}
1524
1525void Node::scheduleUpdateWithPriority(int priority)
1526{
1527 _scheduler->scheduleUpdate(this, priority, !_running);
1528}
1529
1530void Node::scheduleUpdateWithPriorityLua(int nHandler, int priority)
1531{

Callers 1

onEnterMethod · 0.80

Calls 1

scheduleUpdateMethod · 0.80

Tested by

no test coverage detected