Example #1
0
    def start_executing(self, tree = False):
        """Start this Entity executing code if previously stopped.

        Keyword arguments:
        -- tree: If True then all children of this Entity (and their children
          etc) will be started too. (default False)
        """
        Game.start_entities_executing(self, tree = tree)