MCPcopy Create free account
hub / github.com/assaultcube/AC / weapstr

Function weapstr

source/src/weapon.cpp:876–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876const char *weapstr(int i) { return valid_weapon(i) ? guns[i].title : "x"; }
877
878VARP(accuracy,0,0,1);
879

Callers 2

r_accuracyFunction · 0.85
accuracyinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected