Click or drag to resize
GameGetZone Method
Gets a Zone object representing the specified zone. The Sandbox is Zone 0, all other zones are numbered as shown in the level select screens.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Zone GetZone(
	int index
)

Parameters

index
Type: SystemInt32
Index of the zone

Return Value

Type: Zone
Zone object for the specified zone.
See Also