Пример #1
0
 def sendMedalEvent(self, player, type, value, points, credits):
     return host.sgl_sendMedalEvent(player.index, type, value, points, credits)
Пример #2
0
	def sendMedalEvent(self, player, type, value): return host.sgl_sendMedalEvent(player.index, type, value)
	def sendRankEvent(self, player, rank, score): return host.sgl_sendRankEvent(player.index, rank, score)
Пример #3
0
 def sendMedalEvent(self, player, type, value):
     return host.sgl_sendMedalEvent(player.index, type, value)
Пример #4
0
 def sendMedalEvent(self, player, type, value, points, credits):
     return host.sgl_sendMedalEvent(player.index, type, value, points,
                                    credits)
Пример #5
0
 def sendMedalEvent(self, player, type, value):
     return host.sgl_sendMedalEvent(player.index, type, value)