コード例 #1
0
 def sendMedalEvent(self, player, type, value, points, credits):
     return host.sgl_sendMedalEvent(player.index, type, value, points, credits)
コード例 #2
0
ファイル: GameLogic.py プロジェクト: kantawat39/bf2py
	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
ファイル: GameLogic.py プロジェクト: Alwnikrotikz/bf2stats
 def sendMedalEvent(self, player, type, value):
     return host.sgl_sendMedalEvent(player.index, type, value)