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

Method tick

PythonAPI/examples/automatic_control.py:143–144  ·  view source on GitHub ↗
(self, clock)

Source from the content-addressed store, hash-verified

141 self.player.get_world().set_weather(preset[0])
142
143 def tick(self, clock):
144 self.hud.tick(self, clock)
145
146 def render(self, display):
147 self.camera_manager.render(display)

Callers 1

game_loopFunction · 0.95

Calls 1

tickMethod · 0.45

Tested by

no test coverage detected