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

Function MiO_SetReach

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

Source from the content-addressed store, hash-verified

1117
1118static void MiO_GetReach(cc_string* v) { String_AppendFloat(v, Entities.CurPlayer->ReachDistance, 2); }
1119static void MiO_SetReach(const cc_string* v) { Entities.CurPlayer->ReachDistance = Menu_Float(v); }
1120
1121static int MiO_GetMusic(void) { return Audio_MusicVolume; }
1122static void MiO_SetMusic(int v) {

Callers

nothing calls this directly

Calls 1

Menu_FloatFunction · 0.85

Tested by

no test coverage detected