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