 | 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.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Zone GetZone(
int index
)
Parameters
- index
- Type: SystemInt32
Index of the zone
Return Value
Type:
ZoneZone object for the specified zone.
See Also