====== map_CombineMosaic ====== ===== Description ===== Combine a mosaic map into an un-tiled 'all-in-RAM' map. ===== Function prototype ===== bool CExtAPI::map_CombineMosaic(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hMap// | ZMAP | A handle to the map variable that shall be converted from a mosaic map to an all-in-RAM map. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== This function is only available in L3DT Professional.