====== map_GetFlag ====== ===== Description ===== Retrieve the state of a flag for a map. See [[zeolite:functions:map_SetFlag#Allowed values of FlagID|map_SetFlag]] for the list of supported flags, and their meanings. ===== Function prototype ===== bool CExtAPI::map_GetFlag(ZMAP hMap, long FlagID); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A ZMAP handle to a map, a flag of which is to be retrieved. | | FlagID | long | The ID of the flag to be retrieved. See [[zeolite:functions:map_SetFlag#Allowed values of FlagID|map_SetFlag]] for allowed values. | ===== Return value ===== True if the flag exists, and false otherwise. ===== Comments ===== Please refer to [[zeolite:functions:map_SetFlag#Comments|map_SetFlag]] for comments regarding the meaning of these flags.