Exemple #1
0
	def onLoseCell(self):
		"""
		shyloo method.
		entity的cell部分实体丢失
		"""
		shyloo.globalData["Spaces"].onSpaceLoseCell(self.spaceUTypeB, self.spaceKey)
		GameObject.onLoseCell(self)
Exemple #2
0
	def onLoseCell(self):
		"""
		KBEngine method.
		entity的cell部分实体丢失
		"""
		KBEngine.globalData["SpaceMgr"].onSpaceLoseCell(self.spaceUTypeB, self.spaceKey)
		GameObject.onLoseCell(self)
Exemple #3
0
	def onLoseCell(self):
		"""
		KBEngine method.
		entity的cell部分实体丢失
		"""
		KBEngine.globalData["SpaceMgr"].onSpaceLoseCell(self.spaceUTypeB, self.spaceKey)
		GameObject.onLoseCell(self)
    def onLoseCell(self):
        """
		Ouroboros method.
		The entity part of the cell is lost
		"""
        Ouroboros.globalData["Spaces"].onSpaceLoseCell(self.spaceUTypeB,
                                                       self.spaceKey)
        GameObject.onLoseCell(self)