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

Function ChO_SetChatlines

src/MenuOptions.c:848–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846
847static int ChO_GetChatlines(void) { return Gui.Chatlines; }
848static void ChO_SetChatlines(int v) {
849 Gui.Chatlines = v;
850 ChatScreen_SetChatlines(v);
851 Options_SetInt(OPT_CHATLINES, v);
852}
853
854static cc_bool ChO_GetLogging(void) { return Chat_Logging; }
855static void ChO_SetLogging(cc_bool v) {

Callers

nothing calls this directly

Calls 2

ChatScreen_SetChatlinesFunction · 0.85
Options_SetIntFunction · 0.85

Tested by

no test coverage detected