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

Method showPickMany

3ds/source/ScriptScreen.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void ScriptScreen::showPickMany(const std::string& prompt, const std::vector<std::string>& items, const std::vector<bool>& preselected)
238{
239 currentOverlay = std::make_shared<ScriptPickManyOverlay>(*this, prompt, items, preselected);
240}
241
242std::string ScriptScreen::keyboard(const std::string& prompt, size_t maxChars)
243{

Callers 1

pumpScriptRequestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected