Table of Contents

zmap_GetWrapFlag

Description

Get the flag for whether the map is tiled such that the left/right and top/bottom edges wrap around to produce an infinitely repeating map.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_GetWrapFlag(ZMAP hMap);

Arguments

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

Return value

False if an error occurred or if the map is non-wrapping. True otherwise.

Comments

None.