Table of Contents

map_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.

Function prototype

bool CExtAPI::map_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.