Esempio n. 1
0
 def sendMedalEvent(self, player, type, value, points, credits):
     return host.sgl_sendMedalEvent(player.index, type, value, points, credits)
Esempio n. 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)
Esempio n. 3
0
 def sendMedalEvent(self, player, type, value):
     return host.sgl_sendMedalEvent(player.index, type, value)
Esempio n. 4
0
 def sendMedalEvent(self, player, type, value, points, credits):
     return host.sgl_sendMedalEvent(player.index, type, value, points,
                                    credits)
Esempio n. 5
0
 def sendMedalEvent(self, player, type, value):
     return host.sgl_sendMedalEvent(player.index, type, value)