getMapArea()
Purpose
Get a map area with the specified name
Description
Return the map area that has been marked with the specified name in the map editor
Syntax
area = getMapArea( name )
Arguments
name String containing the name of the map location marked in the map editor area Array containing the coordinates of the corners of the rectangular area
Example
Example to follow
Associated Commands
collideMap(), drawMap(), drawMapLayer(), getMapAreaNames(), getMapLocation(), getMapLocationNames(), loadMap(), unloadMap(), updateMap()