Click or drag to resize
ComponentTypeaddRecipe Method (ResourceSubtype, ResourceSubtype, ResourceSubtype)

[Missing <summary> documentation for "M:Planetbase.ComponentType.addRecipe(Planetbase.ResourceSubtype,Planetbase.ResourceSubtype,Planetbase.ResourceSubtype)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void addRecipe(
	ResourceSubtype ingredient1,
	ResourceSubtype ingredient2,
	ResourceSubtype meal
)

Parameters

ingredient1
Type: PlanetbaseResourceSubtype

[Missing <param name="ingredient1"/> documentation for "M:Planetbase.ComponentType.addRecipe(Planetbase.ResourceSubtype,Planetbase.ResourceSubtype,Planetbase.ResourceSubtype)"]

ingredient2
Type: PlanetbaseResourceSubtype

[Missing <param name="ingredient2"/> documentation for "M:Planetbase.ComponentType.addRecipe(Planetbase.ResourceSubtype,Planetbase.ResourceSubtype,Planetbase.ResourceSubtype)"]

meal
Type: PlanetbaseResourceSubtype

[Missing <param name="meal"/> documentation for "M:Planetbase.ComponentType.addRecipe(Planetbase.ResourceSubtype,Planetbase.ResourceSubtype,Planetbase.ResourceSubtype)"]

See Also