Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ clearMenuItems
Method
clearMenuItems
Engine/source/gui/editor/guiMenuBar.cpp:939–943 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
937
}
938
939
void GuiMenuBar::clearMenuItems(Menu *menu)
940
{
941
while(menu->firstMenuItem)
942
removeMenuItem(menu, menu->firstMenuItem);
943
}
944
945
void GuiMenuBar::clearMenus()
946
{
Callers
3
GuiFormClass
Function · 0.80
GuiFormClass
Function · 0.80
guiMenuBar.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected