pub fn find_spawn_point_in_direction( _x_1: f32, _y_1: f32, _z_1: f32, _x_2: f32, _y_2: f32, _z_2: f32, _distance: f32, _spawn_point: &mut Vector3, ) -> bool