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

Method showConfirm

3ds/source/ScriptScreen.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void ScriptScreen::showConfirm(const std::string& prompt)
228{
229 currentOverlay = std::make_shared<ScriptConfirmOverlay>(*this, prompt);
230}
231
232void ScriptScreen::showPickOne(const std::string& prompt, const std::vector<std::string>& items)
233{

Callers 1

pumpScriptRequestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected