Returns all the IDs of zones available ingame.. When iterating through ALL the zones in the game, you should go over these, instead of something like "for i=1,2000 do ..."
See also Map functions.
Signature:
zoneid1,zoneid2,zoneid3...
=
GetAreaMaps([table])
Arguments:
table
- A table to put results into, instead of returning them. (table
)
Returns:
zoneid1,zoneid2,zoneid3...
- A list of all the zone IDs in the game. (list
)