Ejemplo n.º 1
0
 def createLeaveCtx(self, flags=FUNCTIONAL_FLAG.UNDEFINED, entityType=0):
     return LeaveUnitCtx(waitingID='prebattle/leave',
                         flags=flags,
                         entityType=entityType)
Ejemplo n.º 2
0
 def __leaveOnError(self):
     SystemMessages.pushI18nMessage(
         '#system_messages:fortification/fortBattleFinished',
         type=SystemMessages.SM_TYPE.Error)
     self.prbEntity.leave(LeaveUnitCtx(flags=FUNCTIONAL_FLAG.UNDEFINED))