Exemplo n.º 1
0
 def getWinner(self):
     return host.sgl_getParam("winner", 0, 0)
Exemplo n.º 2
0
 def getTicketState(self, team):
     return host.sgl_getParam('ticketState', team, 0)
Exemplo n.º 3
0
 def getTicketChangePerSecond(self, team):
     return host.sgl_getParam("ticketChangePerSecond", team, 0, 0)
Exemplo n.º 4
0
 def getDefaultTicketLossPerMin(self, team):
     return host.sgl_getParam("defaultTicketLossPerMin", team, 0)
Exemplo n.º 5
0
 def getTeamName(self, team):
     return host.sgl_getParam("teamName", team, 0)
Exemplo n.º 6
0
 def getTickets(self, team):
     return host.sgl_getParam("tickets", team, 0)
Exemplo n.º 7
0
 def getDefaultTicketLossAtEndPerMin(self):
     return host.sgl_getParam('defaultTicketLossAtEndPerMin', 0, 0)
Exemplo n.º 8
0
	def getWinner(self): return host.sgl_getParam('winner', 0, 0)
	def getVictoryType(self): return host.sgl_getParam('victoryType', 0, 0)
Exemplo n.º 9
0
 def getTicketLimit(self, team, id):
     return host.sgl_getParam('ticketLimit', team, id)
Exemplo n.º 10
0
 def getDefaultTicketLossPerMin(self, team):
     return host.sgl_getParam('defaultTicketLossPerMin', team, 0)
Exemplo n.º 11
0
 def getTicketChangePerSecond(self, team):
     return host.sgl_getParam('ticketChangePerSecond', team, 0, 0)
Exemplo n.º 12
0
 def getDefaultTickets(self, team):
     return host.sgl_getParam('startTickets', team, 0)
Exemplo n.º 13
0
 def getTickets(self, team):
     return host.sgl_getParam('tickets', team, 0)
Exemplo n.º 14
0
	def getDefaultTicketLossPerMin(self, team): return host.sgl_getParam('defaultTicketLossPerMin', team, 0)
	def getDefaultTicketLossAtEndPerMin(self): return host.sgl_getParam('defaultTicketLossAtEndPerMin', 0, 0)
Exemplo n.º 15
0
 def getWinner(self):
     return host.sgl_getParam('winner', 0, 0)
Exemplo n.º 16
0
	def getDefaultTicketLossAtEndPerMin(self): return host.sgl_getParam('defaultTicketLossAtEndPerMin', 0, 0)
	
	def getWinner(self): return host.sgl_getParam('winner', 0, 0)
Exemplo n.º 17
0
 def getVictoryType(self):
     return host.sgl_getParam('victoryType', 0, 0)
Exemplo n.º 18
0
	def getVictoryType(self): return host.sgl_getParam('victoryType', 0, 0)
	
	def setHealPointLimit(self, value): return host.sgl_setParam('healScoreLimit', 0, value, 0)
Exemplo n.º 19
0
	def getTeamName(self, team): return host.sgl_getParam('teamName', team, 0)
	def isAIGame(self): return host.sgl_getIsAIGame()
Exemplo n.º 20
0
 def getTicketState(self, team):
     return host.sgl_getParam("ticketState", team, 0)
Exemplo n.º 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)
Exemplo n.º 22
0
 def getDefaultTickets(self, team):
     return host.sgl_getParam("startTickets", team, 0)
Exemplo n.º 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)
Exemplo n.º 24
0
 def getTicketLimit(self, team, id):
     return host.sgl_getParam("ticketLimit", team, id)
Exemplo n.º 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)
Exemplo n.º 26
0
 def getDefaultTicketLossAtEndPerMin(self):
     return host.sgl_getParam("defaultTicketLossAtEndPerMin", 0, 0)
Exemplo n.º 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)
Exemplo n.º 28
0
 def getVictoryType(self):
     return host.sgl_getParam("victoryType", 0, 0)
Exemplo n.º 29
0
 def getTeamName(self, team):
     return host.sgl_getParam('teamName', team, 0)