• The number of grid spaces a combatant has moved from a start location to its token's current position.

    Parameters

    • combatant: SohlCombatant

      The combatant whose movement to measure.

    • start: { elevation: number; x: number; y: number }

      The turn-start location.

      • elevation: number

        The start elevation.

      • x: number

        The start X coordinate.

      • y: number

        The start Y coordinate.

    Returns number

    The number of spaces moved.