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

Method close

Engine/source/gui/editor/guiPopupMenuCtrl.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void GuiPopupMenuBackgroundCtrl::close()
61{
62 if(getRoot())
63 getRoot()->removeObject(this);
64
65 mMenuBarCtrl = nullptr;
66}
67
68S32 GuiPopupMenuBackgroundCtrl::findPopupMenu(PopupMenu* menu)
69{

Callers

nothing calls this directly

Calls 1

removeObjectMethod · 0.45

Tested by

no test coverage detected