Click or drag to resize
GameManagersetGameStateGameNew Method

[Missing <summary> documentation for "M:Planetbase.GameManager.setGameStateGameNew(System.Int32,System.Int32,System.Boolean,Planetbase.Challenge)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void setGameStateGameNew(
	int seed,
	int planetIndex,
	bool tutorial,
	Challenge challenge
)

Parameters

seed
Type: SystemInt32

[Missing <param name="seed"/> documentation for "M:Planetbase.GameManager.setGameStateGameNew(System.Int32,System.Int32,System.Boolean,Planetbase.Challenge)"]

planetIndex
Type: SystemInt32

[Missing <param name="planetIndex"/> documentation for "M:Planetbase.GameManager.setGameStateGameNew(System.Int32,System.Int32,System.Boolean,Planetbase.Challenge)"]

tutorial
Type: SystemBoolean

[Missing <param name="tutorial"/> documentation for "M:Planetbase.GameManager.setGameStateGameNew(System.Int32,System.Int32,System.Boolean,Planetbase.Challenge)"]

challenge
Type: PlanetbaseChallenge

[Missing <param name="challenge"/> documentation for "M:Planetbase.GameManager.setGameStateGameNew(System.Int32,System.Int32,System.Boolean,Planetbase.Challenge)"]

See Also