comments added to coreObject

parent 83a69f88
...@@ -331,6 +331,7 @@ class CoreObject(Process): ...@@ -331,6 +331,7 @@ class CoreObject(Process):
#======================================================================== #========================================================================
# checks if the object can dispose an entity # checks if the object can dispose an entity
# and returns the entity that it will dispose # and returns the entity that it will dispose
# To be used as self.canAcceptEntity(giver.haveToDisposeEntity(self))
#======================================================================== #========================================================================
def haveToDisposeEntity(self, callerObject=None): def haveToDisposeEntity(self, callerObject=None):
activeObjectQueue=self.getActiveObjectQueue() activeObjectQueue=self.getActiveObjectQueue()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment