Exemple #1
0
 def stopBattle():
     Focus.inBattle = False
     MarkersStorage.clear()
     if Focus.lastCallback is not None:
         try:
             BigWorld.cancelCallback(Focus.lastCallback)
         except:
             pass
         Focus.lastCallback = None
Exemple #2
0
 def stopBattle():
     Focus.inBattle = False
     MarkersStorage.clear()
     if Focus.lastCallback is not None:
         try:
             BigWorld.cancelCallback(Focus.lastCallback)
         except:
             pass
         Focus.lastCallback = None   
Exemple #3
0
 def stopBattle():
     if event.ns == _SPACE.SF_BATTLE:
         Focus.inBattle = False
         MarkersStorage.clear()
         if Focus.lastCallback is not None:
             try:
                 BigWorld.cancelCallback(Focus.lastCallback)
             except:
                 pass
             Focus.lastCallback = None   
Exemple #4
0
 def stopBattle():
     if event.ns == _SPACE.SF_BATTLE:
         Focus.inBattle = False
         MarkersStorage.clear()
         if Focus.lastCallback is not None:
             try:
                 BigWorld.cancelCallback(Focus.lastCallback)
             except:
                 pass
             Focus.lastCallback = None