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

Method unschedule

core/2d/Node.cpp:1601–1608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599}
1600
1601void Node::unschedule(SEL_SCHEDULE selector)
1602{
1603 // explicit null handling
1604 if (selector == nullptr)
1605 return;
1606
1607 _scheduler->unschedule(selector, this);
1608}
1609
1610void Node::unschedule(std::string_view key)
1611{

Callers 15

killMethod · 0.45
stopMethod · 0.45
setNewSceneMethod · 0.45
addImageAsyncCallBackMethod · 0.45
~DownloaderCURLMethod · 0.45
~AudioEngineImplMethod · 0.45
_unscheduleUpdateMethod · 0.45
playProgressMethod · 0.45
SchedulerTest1Method · 0.45
SchedulerCallbackTestMethod · 0.45
resumeGrossiniMethod · 0.45

Calls

no outgoing calls

Tested by 5

SchedulerTest1Method · 0.36
SchedulerCallbackTestMethod · 0.36
resumeGrossiniMethod · 0.36
onExitMethod · 0.36
callbackMethod · 0.36