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