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

Function ScoreAPIPlayerLeft

Descent3/multi_dll_mgr.cpp:1041–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 CallMultiScoreDLL(CDT_EVT_CONNECT, Players[playernum].callsign);
1040}
1041void ScoreAPIPlayerLeft(int playernum) {
1042 if (ScoreAPIShouldBail())
1043 return;
1044 CallMultiScoreDLL(CDT_EVT_PLAYER_LEFT, Players[playernum].callsign);
1045}
1046void ScoreAPIPlayerJoin(int playernum) {
1047 if (ScoreAPIShouldBail())
1048 return;

Callers 2

MultiDoLeaveGameFunction · 0.85
MultiDoDisconnectFunction · 0.85

Calls 2

ScoreAPIShouldBailFunction · 0.85
CallMultiScoreDLLFunction · 0.85

Tested by

no test coverage detected