(self, x, y, z, camera, follower, speed=0.125)
| 31 | return False |
| 32 | |
| 33 | def rotateObject(self, x, y, z, camera, follower, speed=0.125): |
| 34 | return self.client.call("RotateObject", x, y, z, camera, follower, speed) |
| 35 | |
| 36 | def objectLookAt(self, name, camera, follower, speed=0.125): |
| 37 | return self.client.call("ObjectLookAt", name, camera, follower, speed) |