====== map_ClearMipmaps ====== ===== Description ===== Clear and de-allocate the mipmaps for a map. ===== Function prototype ===== bool CExtAPI::map_ClearMipmaps(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A handle to a map variable, the mipmaps of which are to be cleared. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.