[]
Gets the map areas based on priority.
MapArea[] GetMapAreas(int priority)
Function GetMapAreas(priority As Integer) As MapArea()
Type | Name | Description |
---|---|---|
int | priority | The priority. |
Type | Description |
---|---|
MapArea[] | Returns all map areas that have the same priority. Null is returned if no more items have a priority equal or greater than the specified priority. |