MCPcopy Index your code
hub / github.com/assaultcube/AC / diveqf

Function diveqf

source/src/command.cpp:1420–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418void subeqf(char *name, float *arg) { modifyfvar(name, *arg, '-'); } COMMANDN(-=f, subeqf, "sf");
1419void muleqf(char *name, float *arg) { modifyfvar(name, *arg, '*'); } COMMANDN(*=f, muleqf, "sf");
1420void diveqf(char *name, float *arg) { modifyfvar(name, *arg, '/'); } COMMANDN(div=f, diveqf, "sf");
1421
1422void add_(char **args, int numargs)
1423{

Callers

nothing calls this directly

Calls 1

modifyfvarFunction · 0.85

Tested by

no test coverage detected