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

Function GuO_SetShadows

src/MenuOptions.c:896–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894*#########################################################################################################################*/
895static cc_bool GuO_GetShadows(void) { return Drawer2D.BlackTextShadows; }
896static void GuO_SetShadows(cc_bool v) {
897 Drawer2D.BlackTextShadows = v;
898 Options_SetBool(OPT_BLACK_TEXT, v);
899 Event_RaiseVoid(&ChatEvents.FontChanged);
900}
901
902static cc_bool GuO_GetShowFPS(void) { return Gui.ShowFPS; }
903static void GuO_SetShowFPS(cc_bool v) {

Callers

nothing calls this directly

Calls 2

Options_SetBoolFunction · 0.85
Event_RaiseVoidFunction · 0.85

Tested by

no test coverage detected