Retrieves an instance of the specified map.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public MapBase GetMap(
Type mapType
)
Parameters
- mapType
- Type: SystemType
Specifies which map to retrieve by its type
Return Value
Type:
MapBaseA newly initialized map if the map was not loaded, or the existing
map if it was already loaded.
Remarks See Also