MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / tick

Method tick

PythonAPI/examples/manual_control_steeringwheel.py:182–183  ·  view source on GitHub ↗
(self, clock)

Source from the content-addressed store, hash-verified

180 self.player.get_world().set_weather(preset[0])
181
182 def tick(self, clock):
183 self.hud.tick(self, clock)
184
185 def render(self, display):
186 self.camera_manager.render(display)

Callers 1

game_loopFunction · 0.95

Calls 1

tickMethod · 0.45

Tested by

no test coverage detected