MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / clearMenus

Method clearMenus

Engine/source/gui/editor/guiMenuBar.cpp:945–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void GuiMenuBar::clearMenus()
946{
947 mMenuList.clear();
948}
949
950void GuiMenuBar::attachToMenuBar(Menu* menu, S32 pos)
951{

Callers 1

guiMenuBar.cppFile · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected