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.
bool CExtAPI::map_GetWrapFlag(ZMAP hMap);
Name | Type | Comment |
---|---|---|
hMap | ZMAP | A ZMAP handle to a map, the WrapFlag of which is to be retrieved. |
False if an error occurred or if the map is non-wrapping. True otherwise.
None.