MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / CallMultiScoreDLL

Function CallMultiScoreDLL

Descent3/multi_dll_mgr.cpp:1015–1018  ·  view source on GitHub ↗

The chokepoint function to call the dll function

Source from the content-addressed store, hash-verified

1013};
1014// The chokepoint function to call the dll function
1015void CallMultiScoreDLL(int eventnum, void *data) {
1016 if (MultiDLLHandle.handle && DLLMultiCall)
1017 DLLMultiScoreCall(eventnum, data);
1018}
1019// Determine if the Score API functions should run
1020bool ScoreAPIShouldBail() {
1021 if (!(Game_mode & GM_MULTI))

Callers 6

ScoreAPIPlayerKilledFunction · 0.85
ScoreAPIPlayerEnteredFunction · 0.85
ScoreAPIPlayerLeftFunction · 0.85
ScoreAPIPlayerJoinFunction · 0.85
ScoreAPIGameOverFunction · 0.85
ScoreAPIFrameIntervalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected