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

Function ES_SetCloudsSpeed

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

Source from the content-addressed store, hash-verified

656
657static void ES_GetCloudsSpeed(cc_string* v) { String_AppendFloat(v, Env.CloudsSpeed, 2); }
658static void ES_SetCloudsSpeed(const cc_string* v) { Env_SetCloudsSpeed(Menu_Float(v)); }
659
660static int ES_GetCloudsHeight(void) { return Env.CloudsHeight; }
661static void ES_SetCloudsHeight(int v) { Env_SetCloudsHeight(v); }

Callers

nothing calls this directly

Calls 2

Env_SetCloudsSpeedFunction · 0.85
Menu_FloatFunction · 0.85

Tested by

no test coverage detected