Click or drag to resize
GameFormUnloadMap Method
Unloads the currently loaded instance of the specified map type if it is loaded.

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

Parameters

mapType
Type: SystemType
Specifies which map to unload.
Remarks
This is called by UnloadMap(Type).
See Also