MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Str_LoadSave

Function Str_LoadSave

TombEngine/Renderer/RendererDrawMenu.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 // Helper functions to get specific generic strings
73 inline const std::string Str_Enabled(bool enabled = false) { return g_GameFlow->GetString(enabled ? STRING_ENABLED : STRING_DISABLED); }
74 inline const std::string Str_LoadSave(bool save = false) { return g_GameFlow->GetString(save ? STRING_SAVE_GAME : STRING_LOAD_GAME); }
75 inline const std::string Str_MenuOptionLoopingMode(MenuOptionLoopingMode loopingMode)
76 {
77 switch (loopingMode)

Callers 1

RenderLoadSaveMenuMethod · 0.85

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected