def __init__(self): super( _PointcutOnOptionalDeviceSelectPopoverGetInitialTabIndex, self).__init__( 'gui.Scaleform.daapi.view.lobby.shared.fitting_select_popover', 'OptionalDeviceSelectPopover', '_getInitialTabIndex', aspects=(common.AspectAvoidWithConstantRet(0), ))
def __init__(self): super(_PointcutPrbDisableAcceptButton, self).__init__( 'gui.prb_control.invites', 'InvitesManager', 'canAcceptInvite', aspects=(common.AspectAvoidWithConstantRet(False), ))
def __init__(self): super(_PointcutPrbDisableEntitySelect, self).__init__( 'gui.prb_control.entities.bootcamp.pre_queue.entity', 'BootcampEntity', 'doSelectAction', aspects=(common.AspectAvoidWithConstantRet(SelectResult(True)), ))
def __init__(self): super(_PointcutDisableRankedBattleEvents, self).__init__( 'gui.game_control.ranked_battles_controller', 'RankedBattlesController', 'isAvailable', aspects=(common.AspectAvoidWithConstantRet(False), ))
def __init__(self): super(_PointcutDisableNewYearStateUpdating, self).__init__('new_year.new_year_controller', 'NewYearController', '_updateState', aspects=(common.AspectAvoidWithConstantRet(False),))
def __init__(self): super(_PointcutDisableNewYearEvent, self).__init__('new_year.new_year_controller', 'NewYearController', 'isEnabled', aspects=(common.AspectAvoidWithConstantRet(False),))