def resetWorld(continueFn=lambda: None):
    World.resetWorld(continueFn, _initWorld)
def resetWorld(continueFn=lambda: None):
    World.resetWorld(continueFn)
def resetWorld():
    World.resetWorld()
Exemple #4
0
def resetWorld(continueFn=lambda: None):
    World.resetWorld(continueFn, _initWorld)
    # Should we export this through engine somehow?