MCPcopy Create free account
hub / github.com/RSDKModding/RSDKv4-Decompilation / OpenModMenu

Function OpenModMenu

RSDKv4/ModAPI.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <locale>
25
26void OpenModMenu()
27{
28 Engine.gameMode = ENGINE_INITMODMENU;
29 Engine.modMenuCalled = true;
30}
31
32#if RETRO_PLATFORM == RETRO_ANDROID
33namespace fs = std::__fs::filesystem; // this is so we can avoid using c++17, which causes a ton of warnings w asio and looks ugly

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected