(self, installSignalHandlers=1)
| 25 | """ |
| 26 | |
| 27 | def run (self, installSignalHandlers=1): |
| 28 | self.startRunning (installSignalHandlers = installSignalHandlers) |
| 29 | BZFlag.Events[BZFlag.Event.Tick].append (self.simulate) |
| 30 | BZFlag.SetMaxWaitTime (0.1) |
| 31 | |
| 32 | def setMaxDelay (self, time): |
| 33 | BZFlag.SetMaxWaitTime (time) |