Function veloren_world::layer::cave::tunnels_at

source ยท
pub(crate) fn tunnels_at<'a>(
    wpos: Vec2<i32>,
    level: u32,
    land: &'a Land<'_>,
) -> impl Iterator<Item = Tunnel> + 'a