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

Function ChO_SetClickable

src/MenuOptions.c:862–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861static cc_bool ChO_GetClickable(void) { return Gui.ClickableChat; }
862static void ChO_SetClickable(cc_bool v) {
863 Gui.ClickableChat = v;
864 Options_SetBool(OPT_CLICKABLE_CHAT, v);
865}
866
867static void ChatOptionsScreen_InitWidgets(struct MenuOptionsScreen* s) {
868 MenuOptionsScreen_BeginButtons(s);

Callers

nothing calls this directly

Calls 1

Options_SetBoolFunction · 0.85

Tested by

no test coverage detected