MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / ChO_SetLogging

Function ChO_SetLogging

src/MenuOptions.c:855–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853
854static cc_bool ChO_GetLogging(void) { return Chat_Logging; }
855static void ChO_SetLogging(cc_bool v) {
856 Chat_Logging = v;
857 Options_SetBool(OPT_CHAT_LOGGING, v);
858 if (!Chat_Logging) Chat_DisableLogging();
859}
860
861static cc_bool ChO_GetClickable(void) { return Gui.ClickableChat; }
862static void ChO_SetClickable(cc_bool v) {

Callers

nothing calls this directly

Calls 2

Options_SetBoolFunction · 0.85
Chat_DisableLoggingFunction · 0.85

Tested by

no test coverage detected