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

Method showPickOne

3ds/source/ScriptScreen.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void ScriptScreen::showPickOne(const std::string& prompt, const std::vector<std::string>& items)
233{
234 currentOverlay = std::make_shared<ScriptPickOneOverlay>(*this, prompt, items);
235}
236
237void ScriptScreen::showPickMany(const std::string& prompt, const std::vector<std::string>& items, const std::vector<bool>& preselected)
238{

Callers 1

pumpScriptRequestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected