| 1420 | } |
| 1421 | |
| 1422 | void World::StartCameraScript(Script* script) |
| 1423 | { |
| 1424 | TerminateCameraScript(); |
| 1425 | AddScript(script); |
| 1426 | SetCameraScript(script); |
| 1427 | SimulateScripts(); |
| 1428 | } |
| 1429 | |
| 1430 | const float ZoomSpeed = 8; |
| 1431 |
no outgoing calls
no test coverage detected