Function veloren_rtsim::rule::npc_ai::goto
source ยท fn goto<S: State>(
wpos: Vec3<f32>,
speed_factor: f32,
goal_dist: f32,
) -> impl Action<S>
Expand description
Try to walk toward a 3D position without caring for obstacles.