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

Function GrO_SetViewDist

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

Source from the content-addressed store, hash-verified

728
729static int GrO_GetViewDist(void) { return Game_ViewDistance; }
730static void GrO_SetViewDist(int v) { Game_UserSetViewDistance(v); }
731
732static cc_bool GrO_GetSmooth(void) { return Builder_SmoothLighting; }
733static void GrO_SetSmooth(cc_bool v) {

Callers

nothing calls this directly

Calls 1

Game_UserSetViewDistanceFunction · 0.85

Tested by

no test coverage detected