Click or drag to resize
ConstructionComponentproduceResource Method

[Missing <summary> documentation for "M:Planetbase.ConstructionComponent.produceResource(Planetbase.ResourceType,Planetbase.ResourceSubtype,System.Boolean)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void produceResource(
	ResourceType resourceType,
	ResourceSubtype subtype,
	bool embedded
)

Parameters

resourceType
Type: PlanetbaseResourceType

[Missing <param name="resourceType"/> documentation for "M:Planetbase.ConstructionComponent.produceResource(Planetbase.ResourceType,Planetbase.ResourceSubtype,System.Boolean)"]

subtype
Type: PlanetbaseResourceSubtype

[Missing <param name="subtype"/> documentation for "M:Planetbase.ConstructionComponent.produceResource(Planetbase.ResourceType,Planetbase.ResourceSubtype,System.Boolean)"]

embedded
Type: SystemBoolean

[Missing <param name="embedded"/> documentation for "M:Planetbase.ConstructionComponent.produceResource(Planetbase.ResourceType,Planetbase.ResourceSubtype,System.Boolean)"]

See Also