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

Method execute

core/renderer/CallbackCommand.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CallbackCommand::execute()
58{
59 if (func)
60 func();
61}
62
63}

Callers 1

processRenderCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected