GXSceneRows - boxgaming/gx GitHub Wiki

Syntax

sceneRows% = GXSceneRows

Description

Returns the number of tile rows that can be displayed within the scene.
This value will be zero unless a tiled map has been created or loaded.

Examples

Example1: Get the number of tile rows in the scene.

DIM sceneRows AS INTEGER
sceneRows = GXSceneRows

See Also

GXScenePos, GXSceneMove, GXSceneX, GXSceneY, GXSceneWidth, GXSceneHeight