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

Function ChO_SetChatScale

src/MenuOptions.c:843–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841
842static void ChO_GetChatScale(cc_string* v) { String_AppendFloat(v, Gui.RawChatScale, 1); }
843static void ChO_SetChatScale(const cc_string* v) {
844 ChatOptionsScreen_SetScale(v, &Gui.RawChatScale, OPT_CHAT_SCALE);
845}
846
847static int ChO_GetChatlines(void) { return Gui.Chatlines; }
848static void ChO_SetChatlines(int v) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected