Exemplo n.º 1
0
 def sendClientCommand(self, playerId, command, args):
     return host.sgl_sendPythonEvent(playerId, command, args)
Exemplo n.º 2
0
 def sendClientCommand(self, playerId, command, args):
     return host.sgl_sendPythonEvent(playerId, command, args)
Exemplo n.º 3
0
	def sendClientCommand(self, playerId, command, args): return host.sgl_sendPythonEvent(playerId, command, args)
	def sendGameEvent(self, player, event, data): return host.sgl_sendGameLogicEvent(player.index, event, data)
Exemplo n.º 4
0
	def sendClientCommand(self, playerId, command, args): return host.sgl_sendPythonEvent(playerId, command, args)
	def sendGameEvent(self, player, event, data): return host.sgl_sendGameLogicEvent(player.index, event, data)