def kill_auto_timer(self): if self._n_auto_timer == -1: return timer.kill_timer(self._n_auto_timer) self._n_auto_timer = -1
def __my_del__(self): if self._n_auto_timer != -1: timer.kill_timer(self._n_auto_timer) self._c_owner = None self._auto_settle_callback = None self._auto_settle_reward = None self._auto_settle_des_process = None
def auto_battle_end(self): if self._n_auto_timer == -1: return timer.kill_timer(self._n_auto_timer) self._n_auto_timer = -1 self._b_in_auto_tower = False self._n_des_process = -1