L3DT documentation
Large 3D terrain generator

zmap_GetBusyFlag

Description

Retrieve the busy flag for a map. Please see zmap_SetBusyFlag for the meaning of this flag.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_GetBusyFlag(ZMAP hMap);

Arguments

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

Return value

True if:

  • hMap points to a valid map variable, and;
  • The map is allocated, and;
  • The map is marked as busy, and;
  • No errors occurred.

False otherwise.

Comments

None.

 
zeolite/functions/zmap_getbusyflag.txt · Last modified: 2017/08/31 04:52 (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