getMapSize()
Purpose
Find the size of a map loaded with loadMap()
Description
Returns an { x, y } vector containing the loaded map size in pixels
Syntax
size = getMapSize()
Arguments
size Vector { x, y } which stores the loaded map size in pixels
Example
Example to follow
Associated Commands
collideMap(), drawMap(), drawMapLayer(), getMapAreaNames(), getMapLocation(), getMapLocationNames(), loadMap(), unloadMap(), updateMap()