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

Function ScoreAPIPlayerEntered

Descent3/multi_dll_mgr.cpp:1036–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034 CallMultiScoreDLL(CDT_EVT_PLAYERKILLED, &pk);
1035}
1036void ScoreAPIPlayerEntered(int playernum) {
1037 if (ScoreAPIShouldBail())
1038 return;
1039 CallMultiScoreDLL(CDT_EVT_CONNECT, Players[playernum].callsign);
1040}
1041void ScoreAPIPlayerLeft(int playernum) {
1042 if (ScoreAPIShouldBail())
1043 return;

Callers

nothing calls this directly

Calls 2

ScoreAPIShouldBailFunction · 0.85
CallMultiScoreDLLFunction · 0.85

Tested by

no test coverage detected