Function veloren_rtsim::rule::npc_ai::goto_2d
source ยท fn goto_2d<S: State>(
wpos2d: Vec2<f32>,
speed_factor: f32,
goal_dist: f32,
) -> impl Action<S>
Expand description
Try to walk toward a 2D position on the surface without caring for obstacles.