MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / run

Method run

plugins/python/BZReactor.py:27–30  ·  view source on GitHub ↗
(self, installSignalHandlers=1)

Source from the content-addressed store, hash-verified

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)

Callers 1

test-twisted.pyFile · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected