Click or drag to resize
ConstructionComponentfindTransformer Method

[Missing <summary> documentation for "M:Planetbase.ConstructionComponent.findTransformer(Planetbase.Character,Planetbase.ResourceType,Planetbase.ComponentType)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static ConstructionComponent findTransformer(
	Character character,
	ResourceType resourceType,
	ComponentType requiredComponentType = null
)

Parameters

character
Type: PlanetbaseCharacter

[Missing <param name="character"/> documentation for "M:Planetbase.ConstructionComponent.findTransformer(Planetbase.Character,Planetbase.ResourceType,Planetbase.ComponentType)"]

resourceType
Type: PlanetbaseResourceType

[Missing <param name="resourceType"/> documentation for "M:Planetbase.ConstructionComponent.findTransformer(Planetbase.Character,Planetbase.ResourceType,Planetbase.ComponentType)"]

requiredComponentType (Optional)
Type: PlanetbaseComponentType

[Missing <param name="requiredComponentType"/> documentation for "M:Planetbase.ConstructionComponent.findTransformer(Planetbase.Character,Planetbase.ResourceType,Planetbase.ComponentType)"]

Return Value

Type: ConstructionComponent

[Missing <returns> documentation for "M:Planetbase.ConstructionComponent.findTransformer(Planetbase.Character,Planetbase.ResourceType,Planetbase.ComponentType)"]

See Also