Beispiel #1
0
	def onDestroy(self):
		"""
		KBEngine method.
		entity销毁
		"""
		DEBUG_MSG("Avatar::onDestroy: %i." % self.id)
		Teleport.onDestroy(self)
		Combat.onDestroy(self)
Beispiel #2
0
	def onDestroy(self):
		"""
		shyloo method.
		entity销毁
		"""
		DEBUG_MSG("Avatar::onDestroy: %i." % self.id)
		Teleport.onDestroy(self)
		Combat.onDestroy(self)
Beispiel #3
0
    def onDestroy(self):
        """
		Ouroboros method.
		Entity destruction
		"""
        DEBUG_MSG("Avatar::onDestroy: %i." % self.id)
        Teleport.onDestroy(self)
        Combat.onDestroy(self)
Beispiel #4
0
	def onDestroy(self):
		"""
		entity销毁
		"""
		NPCObject.onDestroy(self)
		Combat.onDestroy(self)
Beispiel #5
0
    def onDestroy(self):
        """
		entity销毁
		"""
        NPCObject.onDestroy(self)
        Combat.onDestroy(self)
    def onDestroy(self):
        """
		Entity destruction
		"""
        NPCObject.onDestroy(self)
        Combat.onDestroy(self)