pub fn cell_walkable_for_path( world: &NavWorld, x: f32, y: f32, player_z: f32, goal_z: f32, ) -> bool