MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / showMessage

Method showMessage

3ds/source/ScriptScreen.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void ScriptScreen::showMessage(const std::string& prompt)
223{
224 currentOverlay = std::make_shared<ScriptMessageOverlay>(*this, prompt);
225}
226
227void ScriptScreen::showConfirm(const std::string& prompt)
228{

Callers 1

pumpScriptRequestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected