Exemplo n.º 1
0
 def isFightButtonForcedDisabled(self):
     return g_eventDispatcher.isTrainingLoaded()
Exemplo n.º 2
0
 def isFightButtonForcedDisabled(self):
     return g_eventDispatcher.isTrainingLoaded()
 def _validate(self):
     return ValidationResult(False) if g_eventDispatcher.isTrainingLoaded(
     ) else super(TrainingIsLoaded, self)._validate()