コード例 #1
0
ファイル: GameMngr.py プロジェクト: Lukc/ospace-lukc
	def reset(self):
		# remove all AI accounts and their records in AI list
		aiList = AIList(self.configDir)
		for login in aiList.getLogins():
			self.clientMngr.removeAiAccount(login)
		aiList.removeAll()
		IGEGameMngr.reset(self)
		# save informations
		self.db.checkpoint()
コード例 #2
0
ファイル: GameMngr.py プロジェクト: WittsEnd2/Space-Scanner
 def reset(self):
     # remove all AI accounts and their records in AI list
     self.clientMngr.resetAIAccounts()
     IGEGameMngr.reset(self)
     # save informations
     self.db.checkpoint()
コード例 #3
0
	def reset(self):
		IGEGameMngr.reset(self)
		# save informations
		self.db.checkpoint()
コード例 #4
0
ファイル: GameMngr.py プロジェクト: ospaceteam/outerspace
 def reset(self):
     # remove all AI accounts and their records in AI list
     self.clientMngr.resetAIAccounts()
     IGEGameMngr.reset(self)
     # save informations
     self.db.checkpoint()