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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GuiHelpWindow(
	HelpItem helpItem,
	GuiDefinitionsCallback helpCallback,
	string previousItem = null
)

Parameters

helpItem
Type: PlanetbaseHelpItem

[Missing <param name="helpItem"/> documentation for "M:Planetbase.GuiHelpWindow.#ctor(Planetbase.HelpItem,Planetbase.GuiDefinitions.Callback,System.String)"]

helpCallback
Type: PlanetbaseGuiDefinitionsCallback

[Missing <param name="helpCallback"/> documentation for "M:Planetbase.GuiHelpWindow.#ctor(Planetbase.HelpItem,Planetbase.GuiDefinitions.Callback,System.String)"]

previousItem (Optional)
Type: SystemString

[Missing <param name="previousItem"/> documentation for "M:Planetbase.GuiHelpWindow.#ctor(Planetbase.HelpItem,Planetbase.GuiDefinitions.Callback,System.String)"]

See Also