Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ flashtime
Method
flashtime
source/src/weapon.cpp:943–943 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
941
const float weapon::weaponbeloweye = 0.2f;
942
943
int weapon::flashtime() const { return max((int)info.attackdelay, 120)/4; }
944
945
void weapon::sendshoot(vec &from, vec &to, int millis)
946
{
Callers
1
renderclient
Function · 0.80
Calls
1
max
Function · 0.85
Tested by
no test coverage detected