MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / ~OptionMenu

Method ~OptionMenu

NetStream/source/option_menu.cpp:166–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166OptionMenu::~OptionMenu()
167{
168 Plugin::PageCloseParam closeParam;
169
170 m_optPlaneRoot->Hide(common::transition::Type_Popup4, 0.0f);
171
172 closeParam.fade = true;
173 closeParam.fade_time_ms = 1000;
174 m_plugin->PageClose(page_option_menu, closeParam);
175
176 m_parentRoot->SetActivate(true);
177}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected