GETMAPWIDTH

Top  Previous  Next

Syntax

INT = GETMAPWIDTH(map as POINTER)

Description

Returns the width of a map in tiles.

Parameters

map - A map pointer returned by the NEWMAP function.

Return value

The width of the map

Remarks

See Also: GETMAPHEIGHT

Example usage

width = GETMAPWIDTH(myMap)