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

Function Str_Enabled

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

Helper functions to get specific generic strings

Source from the content-addressed store, hash-verified

71
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 {

Callers 1

RenderOptionsMenuMethod · 0.85

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected