MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / ShowDialog

Method ShowDialog

plugins/dm.conversation/ConversationDialog.cpp:205–212  ·  view source on GitHub ↗

Static command target

Source from the content-addressed store, hash-verified

203
204// Static command target
205void ConversationDialog::ShowDialog(const cmd::ArgumentList& args)
206{
207 // Construct a new instance, this enters the main loop
208 ConversationDialog* editor = new ConversationDialog;
209
210 editor->ShowModal();
211 editor->Destroy();
212}
213
214void ConversationDialog::updateConversationPanelSensitivity()
215{

Callers

nothing calls this directly

Calls 2

ShowModalMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected