Exemple #1
0
    def finishRules(self):
        DistributedPartyTeamActivity.finishRules(self)

        # check for a non-standard transition and do additional cleanup as needed
        if self.activityFSM.getCurrentOrNextState() == "WaitForEnough":
            self.hideRopes()
            self.hideControls()
 def finishRules(self):
     DistributedPartyTeamActivity.finishRules(self)
     if self.activityFSM.getCurrentOrNextState() == 'WaitForEnough':
         self.hideRopes()
         self.hideControls()
Exemple #3
0
 def finishRules(self):
     DistributedPartyTeamActivity.finishRules(self)
     if self.activityFSM.getCurrentOrNextState() == 'WaitForEnough':
         self.hideRopes()
         self.hideControls()