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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public ChallengeObjective(
	ChallengeObjectiveType type,
	string param,
	int value
)

Parameters

type
Type: PlanetbaseChallengeObjectiveType

[Missing <param name="type"/> documentation for "M:Planetbase.ChallengeObjective.#ctor(Planetbase.ChallengeObjectiveType,System.String,System.Int32)"]

param
Type: SystemString

[Missing <param name="param"/> documentation for "M:Planetbase.ChallengeObjective.#ctor(Planetbase.ChallengeObjectiveType,System.String,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Planetbase.ChallengeObjective.#ctor(Planetbase.ChallengeObjectiveType,System.String,System.Int32)"]

See Also