Example #1
0
    def finishWaitForServer(self):
        DistributedPartyTeamActivity.finishWaitForServer(self)

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