コード例 #1
0
 def showVehicleStats(self):
     shared_events.showVehicleStats(self.getVehCD())
コード例 #2
0
 def goToStats(self):
     shared_events.showVehicleStats(self._id)
コード例 #3
0
 def showVehicleStats(self):
     vehicle = g_itemsCache.items.getVehicle(self._itemId)
     if vehicle is not None:
         shared_events.showVehicleStats(vehicle.intCD)
コード例 #4
0
 def showVehicleStats(self):
     shared_events.showVehicleStats(self.getVehCD())
コード例 #5
0
 def showVehicleStats(self):
     shared_events.showVehicleStats(self.getVehCD(), 'battleRoyale')