Click or drag to resize
Zone Constructor
Initializes a new instance of the Zone class

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Zone(
	int index,
	int levelIndex,
	string name,
	Island island
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:spaar.ModLoader.Zone.#ctor(System.Int32,System.Int32,System.String,spaar.ModLoader.Island)"]

levelIndex
Type: SystemInt32

[Missing <param name="levelIndex"/> documentation for "M:spaar.ModLoader.Zone.#ctor(System.Int32,System.Int32,System.String,spaar.ModLoader.Island)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:spaar.ModLoader.Zone.#ctor(System.Int32,System.Int32,System.String,spaar.ModLoader.Island)"]

island
Type: spaar.ModLoaderIsland

[Missing <param name="island"/> documentation for "M:spaar.ModLoader.Zone.#ctor(System.Int32,System.Int32,System.String,spaar.ModLoader.Island)"]

See Also