ID:2369642
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
I'd like to request that get_step() have a step_size parameter. Since pixel movement is now a widely used thing it would be useful to have. Currently it just uses ref.step_size to calculate the step.
get_step() returns a turf. There's no way to return turf-and-step-offsets, which would be the logical functionality of your request.
This would be nice to have and it doesn't even necessarily have to return the step offsets. A very large step size can return a turf far away and a very short one can be the same turf as the starting one.

A separate proc might be more appropriate though.