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

Method execute

core/2d/ActionInstant.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void CallFunc::execute()
353{
354 if (_function)
355 {
356 _function();
357 }
358}
359
360//
361// CallFuncN

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected