Click or drag to resize
ResourceInfosetAmount Method

[Missing <summary> documentation for "M:Planetbase.ResourceInfo.setAmount(Planetbase.ResourceType,System.Int32,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void setAmount(
	ResourceType resourceType,
	int amount,
	int freeAmount
)

Parameters

resourceType
Type: PlanetbaseResourceType

[Missing <param name="resourceType"/> documentation for "M:Planetbase.ResourceInfo.setAmount(Planetbase.ResourceType,System.Int32,System.Int32)"]

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Planetbase.ResourceInfo.setAmount(Planetbase.ResourceType,System.Int32,System.Int32)"]

freeAmount
Type: SystemInt32

[Missing <param name="freeAmount"/> documentation for "M:Planetbase.ResourceInfo.setAmount(Planetbase.ResourceType,System.Int32,System.Int32)"]

See Also