Function veloren_common::path::walkable

source ·
fn walkable<V>(vol: &V, pos: Vec3<i32>) -> bool
where V: BaseVol<Vox = Block> + ReadVol,