Click or drag to resize
GuiMerchantWindowfillResources Method

[Missing <summary> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void fillResources(
	GuiSectionItem section,
	ProductAmounts amounts,
	GuiDefinitionsCallback callback,
	int rows,
	int value = -1,
	bool canTrade = true,
	int commission = -1
)

Parameters

section
Type: PlanetbaseGuiSectionItem

[Missing <param name="section"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

amounts
Type: PlanetbaseProductAmounts

[Missing <param name="amounts"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

callback
Type: PlanetbaseGuiDefinitionsCallback

[Missing <param name="callback"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

rows
Type: SystemInt32

[Missing <param name="rows"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

value (Optional)
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

canTrade (Optional)
Type: SystemBoolean

[Missing <param name="canTrade"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

commission (Optional)
Type: SystemInt32

[Missing <param name="commission"/> documentation for "M:Planetbase.GuiMerchantWindow.fillResources(Planetbase.GuiSectionItem,Planetbase.ProductAmounts,Planetbase.GuiDefinitions.Callback,System.Int32,System.Int32,System.Boolean,System.Int32)"]

See Also