Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1476
PopupMenu* GuiMenuBar::getMenu(U32 index)
1477
{
1478
if (index >= mMenuList.size())
1479
return nullptr;
1480
1481
return mMenuList[index].popupMenu;
1482
}
1483
1484
PopupMenu* GuiMenuBar::findMenu(String barTitle)
1485
{
Callers
1
guiMenuBar.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected