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

Method allowsExit

3ds/include/ScriptScreen.hpp:73–73  ·  view source on GitHub ↗

START must not quit the app out from under a running script.

Source from the content-addressed store, hash-verified

71
72 // START must not quit the app out from under a running script.
73 bool allowsExit(void) const override { return false; }
74
75private:
76 // ScriptRequestSink: the 3DS half of a script's UI request.

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected