MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / Close

Method Close

NetStream/source/dialog.cpp:241–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void dialog::Close()
242{
243 if (s_currentDialog == CURRENT_DIALOG_NONE)
244 return;
245
246 CommonGuiDialog::Dialog::Close(s_currentDialog);
247 s_currentDialog = CURRENT_DIALOG_NONE;
248 s_currentPlugin = NULL;
249}
250
251void dialog::WaitEnd()
252{

Callers 3

ExportFilePatchedFunction · 0.45
UploadFileMethod · 0.45
DownloadFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected