GETMAPHEIGHT

Top  Previous  Next

Syntax

INT = GETMAPHEIGHT(map as POINTER)

Description

Returns the height of the map in tiles.

Parameters

map - A map pointer created with the NEWMAP function

Return value

The height of the map

Remarks

See Also: GETMAPWIDTH

Example usage

height = GETMAPHEIGHT(myMap)