pub fn entity_run(
sink: &mut dyn FightSink,
lookups: &ContentLookups,
entity: &Entity,
to: Coordinates,
) -> Result<(), Error>Expand description
Native: emit a run action moving entity to to (no-op if speed is 0 or
the move covers no distance).