Click or drag to resize
GameFormLoadedMaps Field
Contains a collection of all currently loaded maps.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Hashtable LoadedMaps

Field Value

Type: Hashtable
Remarks
The key of this collection is the type of the map class. The value is an instance of the map.
See Also