| 853 | |
| 854 | static cc_bool ChO_GetLogging(void) { return Chat_Logging; } |
| 855 | static 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 | |
| 861 | static cc_bool ChO_GetClickable(void) { return Gui.ClickableChat; } |
| 862 | static void ChO_SetClickable(cc_bool v) { |
nothing calls this directly
no test coverage detected