Function veloren_rtsim::rule::npc_ai::travel_to_point

source ยท
fn travel_to_point<S: State>(
    wpos: Vec2<f32>,
    speed_factor: f32,
) -> impl Action<S>
Expand description

Try to travel to a site. Where practical, paths will be taken.