Example #1
0
	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()
Example #2
0
 def reset(self):
     # remove all AI accounts and their records in AI list
     self.clientMngr.resetAIAccounts()
     IGEGameMngr.reset(self)
     # save informations
     self.db.checkpoint()
	def reset(self):
		IGEGameMngr.reset(self)
		# save informations
		self.db.checkpoint()
Example #4
0
 def reset(self):
     # remove all AI accounts and their records in AI list
     self.clientMngr.resetAIAccounts()
     IGEGameMngr.reset(self)
     # save informations
     self.db.checkpoint()