MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getMenu

Method getMenu

Engine/source/gui/editor/guiMenuBar.cpp:1476–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476PopupMenu* GuiMenuBar::getMenu(U32 index)
1477{
1478 if (index >= mMenuList.size())
1479 return nullptr;
1480
1481 return mMenuList[index].popupMenu;
1482}
1483
1484PopupMenu* GuiMenuBar::findMenu(String barTitle)
1485{

Callers 1

guiMenuBar.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected