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

Method create

core/2d/MenuItem.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//
50
51MenuItem* MenuItem::create()
52{
53 return MenuItem::create((const ccMenuCallback&)nullptr);
54}
55
56MenuItem* MenuItem::create(const ccMenuCallback& callbackClick)
57{

Callers

nothing calls this directly

Calls 9

createFunction · 0.85
autoreleaseMethod · 0.80
initWithLabelMethod · 0.80
initWithNormalSpriteMethod · 0.80
initWithNormalImageMethod · 0.80
initWithItemMethod · 0.80
initWithCallbackMethod · 0.45
initWithStringMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected