Esempio n. 1
0
 def __init__(self, config):
     aop.Pointcut.__init__(
         self,
         'gui.Scaleform.daapi.view.lobby.hangar.TankCarousel',
         'TankCarousel',
         '_getVehicleData',
         aspects=(aspects.MakeTankUnavailableInCarousel(config), ))
Esempio n. 2
0
 def __init__(self, config):
     aop.Pointcut.__init__(
         self,
         'gui.Scaleform.daapi.view.lobby.hangar.carousels.basic.carousel_data_provider',
         'CarouselDataProvider',
         '_getVehicleDataVO',
         aspects=(aspects.MakeTankUnavailableInCarousel(config), ))
Esempio n. 3
0
 def __init__(self, config):
     aop.Pointcut.__init__(
         self,
         'gui.Scaleform.daapi.view.lobby.vehicle_carousel',
         'carousel_data_provider',
         'getVehicleDataVO',
         aspects=(aspects.MakeTankUnavailableInCarousel(config), ))