Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ PlaySFX
Function
PlaySFX
Source/effects.cpp:1029–1033 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1027
}
1028
1029
void PlaySFX(int psfx)
1030
{
1031
psfx = RndSFX(psfx);
1032
PlaySFX_priv(&sgSFX[psfx], FALSE, 0, 0);
1033
}
1034
1035
void PlaySFX_priv(TSFX *pSFX, BOOL loc, int x, int y)
1036
{
Callers
15
PerformSpellAction
Function · 0.85
BlurInventory
Function · 0.85
OperateMushPatch
Function · 0.85
OperateInnSignChest
Function · 0.85
gmenu_up_down
Function · 0.85
gmenu_presskeys
Function · 0.85
gmenu_left_mouse
Function · 0.85
STextUp
Function · 0.85
STextDown
Function · 0.85
STextPrior
Function · 0.85
STextNext
Function · 0.85
S_HealerEnter
Function · 0.85
Calls
2
RndSFX
Function · 0.85
PlaySFX_priv
Function · 0.85
Tested by
no test coverage detected