Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ damageeffect
Function
damageeffect
source/src/weapon.cpp:571–574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
}
570
571
void damageeffect(int damage, playerent *d)
572
{
573
particle_splash(PART_BLOOD, damage/10, 1000, d->o);
574
}
575
576
struct hitweap
577
{
Callers
2
hit
Function · 0.85
dodamage
Function · 0.85
Calls
1
particle_splash
Function · 0.85
Tested by
no test coverage detected