Click or drag to resize
GameFormGetMap Method
Retrieves an instance of the specified map.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public MapBase GetMap(
	Type mapType
)

Parameters

mapType
Type: SystemType
Specifies which map to retrieve by its type

Return Value

Type: MapBase
A newly initialized map if the map was not loaded, or the existing map if it was already loaded.
Remarks
Loaded maps are stored in LoadedMaps.
See Also