TWL - Trench-Wars/twcore GitHub Wiki
Database Usage
| Command / method | Table | Currently set to database | | MatchGame.getTeamID() | tblTeam | local | | MatchGame.createGameRecord() | tblMatch | local | | MatchGame.storeGameResult() | tblMatch | local | | MatchLogger.createLogRecord() | tblMatchLog | local | | MatchPlayer.storePlayerResult() | tblMatchRoundUser tblMatchRoundUserShip | local | | MatchRound.storeRoundResult() | tblMatchRound | local | | MatchTeam.populateCaptainList() | tblUser tblTeamUser tblUserRank | local |