Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ PriestJustExitPuzzle
Function
PriestJustExitPuzzle
scripts/Level6.cpp:1274–1277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1272
}
1273
1274
void PriestJustExitPuzzle(void) {
1275
mprintf(0,
"Just exited puzzle\n"
);
1276
PriestPlaySoundAtNode(-1);
1277
}
1278
1279
void PriestJustEnteredPuzzle(void) {
1280
mprintf(0,
"Just entered puzzle\n"
);
Callers
1
aPriestKeyExit
Function · 0.85
Calls
1
PriestPlaySoundAtNode
Function · 0.85
Tested by
no test coverage detected