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

Method answer

3ds/source/ScriptRequestOverlays.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ScriptTileOverlay::answer(UiResponse resp)
86{
87 ScriptRunner::get().bridge().respond(std::move(resp));
88 screen.removeOverlay();
89}
90
91void ScriptTileOverlay::drawWrappedBody(const std::string& text, int bodyY) const
92{

Callers

nothing calls this directly

Calls 3

getFunction · 0.85
respondMethod · 0.80
removeOverlayMethod · 0.80

Tested by

no test coverage detected