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

Function ScoreAPIPlayerJoin

Descent3/multi_dll_mgr.cpp:1046–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044 CallMultiScoreDLL(CDT_EVT_PLAYER_LEFT, Players[playernum].callsign);
1045}
1046void ScoreAPIPlayerJoin(int playernum) {
1047 if (ScoreAPIShouldBail())
1048 return;
1049 CallMultiScoreDLL(CDT_EVT_PLAYER_JOINS, Players[playernum].callsign);
1050}
1051void ScoreAPIGameOver() {
1052 player_score_matrix sm;
1053

Callers 1

MultiDoPlayerEnteredGameFunction · 0.85

Calls 2

ScoreAPIShouldBailFunction · 0.85
CallMultiScoreDLLFunction · 0.85

Tested by

no test coverage detected