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

Method init

core/2d/MenuItem.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614bool MenuItemImage::init()
615{
616 return initWithNormalImage("", "", "", (const ccMenuCallback&)nullptr);
617}
618
619MenuItemImage* MenuItemImage::create(std::string_view normalImage, std::string_view selectedImage)
620{

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected