Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1525
void Node::scheduleUpdateWithPriority(int priority)
1526
{
1527
_scheduler->scheduleUpdate(this, priority, !_running);
1528
}
1529
1530
void Node::scheduleUpdateWithPriorityLua(int nHandler, int priority)
1531
{
Callers
1
onEnter
Method · 0.80
Calls
1
scheduleUpdate
Method · 0.80
Tested by
no test coverage detected