GameHint Constructor (String, ConditionType) |
Initializes a new instance of the
GameHint class
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic GameHint(
string helpItem,
ConditionType conditionType
)
Public Sub New (
helpItem As String,
conditionType As ConditionType
)
public:
GameHint(
String^ helpItem,
ConditionType^ conditionType
)
Parameters
- helpItem
- Type: SystemString
[Missing <param name="helpItem"/> documentation for "M:Planetbase.GameHint.#ctor(System.String,Planetbase.ConditionType)"]
- conditionType
- Type: PlanetbaseConditionType
[Missing <param name="conditionType"/> documentation for "M:Planetbase.GameHint.#ctor(System.String,Planetbase.ConditionType)"]
See Also