Commit a5b5eb15 authored by Georgios Dagkakis's avatar Georgios Dagkakis

comment added on new method

parent e3568381
...@@ -132,7 +132,8 @@ class Dismantle(CoreObject): ...@@ -132,7 +132,8 @@ class Dismantle(CoreObject):
#checks if the Dismantle can accept an entity #checks if the Dismantle can accept an entity
def canAccept(self): def canAccept(self):
return len(self.Res.activeQ)==0 return len(self.Res.activeQ)==0
#defines where parts and frames go after they leave the object
def definePartFrameRouting(self, np, nf): def definePartFrameRouting(self, np, nf):
self.nextPart=np self.nextPart=np
self.nextFrame=nf self.nextFrame=nf
......
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