L3DT documentation
Large 3D terrain generator

zmap_GetMosaicFlag

Description

Get the mosaic flag for a map, which states whether it is tiled or not.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_GetMosaicFlag(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to the map, the mosaic flag of which is to be retrieved.

Return value

True if:

  • hMap points to a valid map object, and;
  • The map is allocated as a mosaic, with an allocation mode of either MAPALLOC_MOSAIC, MAPALLOC_MOSAIC_TEMP, MAPALLOC_MOSAIC_SYSPAGEFILE, or MAPALLOC_MOSAIC_MEMMAPFILE (see zmap_GetAllocMode).

False otherwise.

Comments

None.

 
zeolite/functions/zmap_getmosaicflag.txt · Last modified: 2017/08/31 04:56 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki