<- PRPL reference <- Everything Else 2

MapHeight

ArgumentsResultNotation
Height [ - float ]

Description

Pushes the pixel height of the map to the stack. This is a float.

See also MapCellHeight.

Examples

"Map cell size:" MapCellWidth "x" MapCellHeight Trace4
"Map pixel size:" MapWidth "x" MapHeight Trace4