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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GuiConfirmWindow(
	string text,
	GuiDefinitionsCallback okCallback,
	Object parameter = null,
	ResourceAmounts resourceAmounts = null,
	int flags = 0
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Planetbase.GuiConfirmWindow.#ctor(System.String,Planetbase.GuiDefinitions.Callback,System.Object,Planetbase.ResourceAmounts,System.Int32)"]

okCallback
Type: PlanetbaseGuiDefinitionsCallback

[Missing <param name="okCallback"/> documentation for "M:Planetbase.GuiConfirmWindow.#ctor(System.String,Planetbase.GuiDefinitions.Callback,System.Object,Planetbase.ResourceAmounts,System.Int32)"]

parameter (Optional)
Type: SystemObject

[Missing <param name="parameter"/> documentation for "M:Planetbase.GuiConfirmWindow.#ctor(System.String,Planetbase.GuiDefinitions.Callback,System.Object,Planetbase.ResourceAmounts,System.Int32)"]

resourceAmounts (Optional)
Type: PlanetbaseResourceAmounts

[Missing <param name="resourceAmounts"/> documentation for "M:Planetbase.GuiConfirmWindow.#ctor(System.String,Planetbase.GuiDefinitions.Callback,System.Object,Planetbase.ResourceAmounts,System.Int32)"]

flags (Optional)
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:Planetbase.GuiConfirmWindow.#ctor(System.String,Planetbase.GuiDefinitions.Callback,System.Object,Planetbase.ResourceAmounts,System.Int32)"]

See Also