GXMapRows - boxgaming/gx GitHub Wiki

Returns the height of the map in tile rows.

Syntax

rows% = GXMapRows

Examples

Example1: Return the number of rows in the loaded map.

GXMapLoad "map/warzone.gxm"
rows% = GXMapRows

See Also

GXMapCreate GXMapLoad GXMapColumns