GetMapScope()

Summary

Gets the scope of a map.

Syntax

scp = GetMapScope(string map_name)

Argument Contents
map_name The map for which the scope is determined

Returns

The current scope of the map.

Notes

Example

scp = GetMapScope(map1)
SetMapScope(map2, scp)

Error Codes

Error Type Meaning
NotFound The specified map does not exist

See Also

Function Summary
SetMapScope() Sets the scope of a map
GetMapWindowScope() Gets the scope of a map using the current window width and height
GetMapDefaultScope() Gets the default scope of a map