======Reset Camera At Speed====== ---- Resets the camera to the default position/rotation at the specified speed (in [[voxel|voxels]]/second) then returns control of the camera to the player. ====Signature:==== reset_camera_at_speed(speed) ^Argument^Description^Type^Required^ |speed|Speed at which to reset the camera (in [[voxel|voxels]]/second).|[[Number]]|Yes| ====Example:==== reset_camera_at_speed(120); //Results:// Use the **Reset Camera At Speed** function after showing the player an event that has occurred elsewhere or upon the ending of a cutscene to reset the camera back to the player. ---- ====Editor Node:==== {{:wiki:reset_camera_at_speed_node.png?nolink|}} ====Visual Demo:==== {{:wiki:reset_camera_at_speed_demo.gif?nolink|}} ~~NOTOC~~