Example #1
0
 def getWinner(self):
     return host.sgl_getParam("winner", 0, 0)
Example #2
0
 def getTicketState(self, team):
     return host.sgl_getParam('ticketState', team, 0)
Example #3
0
 def getTicketChangePerSecond(self, team):
     return host.sgl_getParam("ticketChangePerSecond", team, 0, 0)
Example #4
0
 def getDefaultTicketLossPerMin(self, team):
     return host.sgl_getParam("defaultTicketLossPerMin", team, 0)
Example #5
0
 def getTeamName(self, team):
     return host.sgl_getParam("teamName", team, 0)
Example #6
0
 def getTickets(self, team):
     return host.sgl_getParam("tickets", team, 0)
Example #7
0
 def getDefaultTicketLossAtEndPerMin(self):
     return host.sgl_getParam('defaultTicketLossAtEndPerMin', 0, 0)
Example #8
0
	def getWinner(self): return host.sgl_getParam('winner', 0, 0)
	def getVictoryType(self): return host.sgl_getParam('victoryType', 0, 0)
Example #9
0
 def getTicketLimit(self, team, id):
     return host.sgl_getParam('ticketLimit', team, id)
Example #10
0
 def getDefaultTicketLossPerMin(self, team):
     return host.sgl_getParam('defaultTicketLossPerMin', team, 0)
Example #11
0
 def getTicketChangePerSecond(self, team):
     return host.sgl_getParam('ticketChangePerSecond', team, 0, 0)
Example #12
0
 def getDefaultTickets(self, team):
     return host.sgl_getParam('startTickets', team, 0)
Example #13
0
 def getTickets(self, team):
     return host.sgl_getParam('tickets', team, 0)
Example #14
0
	def getDefaultTicketLossPerMin(self, team): return host.sgl_getParam('defaultTicketLossPerMin', team, 0)
	def getDefaultTicketLossAtEndPerMin(self): return host.sgl_getParam('defaultTicketLossAtEndPerMin', 0, 0)
Example #15
0
 def getWinner(self):
     return host.sgl_getParam('winner', 0, 0)
Example #16
0
	def getDefaultTicketLossAtEndPerMin(self): return host.sgl_getParam('defaultTicketLossAtEndPerMin', 0, 0)
	
	def getWinner(self): return host.sgl_getParam('winner', 0, 0)
Example #17
0
 def getVictoryType(self):
     return host.sgl_getParam('victoryType', 0, 0)
Example #18
0
	def getVictoryType(self): return host.sgl_getParam('victoryType', 0, 0)
	
	def setHealPointLimit(self, value): return host.sgl_setParam('healScoreLimit', 0, value, 0)
Example #19
0
	def getTeamName(self, team): return host.sgl_getParam('teamName', team, 0)
	def isAIGame(self): return host.sgl_getIsAIGame()
Example #20
0
 def getTicketState(self, team):
     return host.sgl_getParam("ticketState", team, 0)
Example #21
0
	def getTickets(self, team): return host.sgl_getParam('tickets', team, 0)
	def setTickets(self, team, value): return host.sgl_setParam('tickets', team, value, 0)
Example #22
0
 def getDefaultTickets(self, team):
     return host.sgl_getParam("startTickets", team, 0)
Example #23
0
	def getDefaultTickets(self, team): return host.sgl_getParam('startTickets', team, 0)
	
	def getTicketChangePerSecond(self, team): return host.sgl_getParam('ticketChangePerSecond', team, 0, 0)
Example #24
0
 def getTicketLimit(self, team, id):
     return host.sgl_getParam("ticketLimit", team, id)
Example #25
0
	def getTicketChangePerSecond(self, team): return host.sgl_getParam('ticketChangePerSecond', team, 0, 0)
	def setTicketChangePerSecond(self, team, value): return host.sgl_setParam('ticketChangePerSecond', team, value, 0)
Example #26
0
 def getDefaultTicketLossAtEndPerMin(self):
     return host.sgl_getParam("defaultTicketLossAtEndPerMin", 0, 0)
Example #27
0
	def getTicketLimit(self, team, id): return host.sgl_getParam('ticketLimit', team, id)
	def setTicketLimit(self, team, id, value): return host.sgl_setParam('ticketLimit', team, id, value)
Example #28
0
 def getVictoryType(self):
     return host.sgl_getParam("victoryType", 0, 0)
Example #29
0
 def getTeamName(self, team):
     return host.sgl_getParam('teamName', team, 0)