MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / menuItem_Mods

Function menuItem_Mods

TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp:3894–3899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3892 }
3893
3894 void menuItem_Mods()
3895 {
3896 s_subUI = FEUI_MODS;
3897 s_modLoaded = true;
3898 modLoader_read();
3899 }
3900
3901 void menuItem_Editor()
3902 {

Callers 1

exitToMenuFunction · 0.85

Calls 1

modLoader_readFunction · 0.85

Tested by

no test coverage detected