Click or drag to resize
ConstructionComponentfindConstructionAwaitingMaterials Method

[Missing <summary> documentation for "M:Planetbase.ConstructionComponent.findConstructionAwaitingMaterials(Planetbase.Character,System.Collections.Generic.SortedList{System.Single,Planetbase.Buildable})"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void findConstructionAwaitingMaterials(
	Character character,
	SortedList<float, Buildable> sortedList
)

Parameters

character
Type: PlanetbaseCharacter

[Missing <param name="character"/> documentation for "M:Planetbase.ConstructionComponent.findConstructionAwaitingMaterials(Planetbase.Character,System.Collections.Generic.SortedList{System.Single,Planetbase.Buildable})"]

sortedList
Type: System.Collections.GenericSortedListSingle, Buildable

[Missing <param name="sortedList"/> documentation for "M:Planetbase.ConstructionComponent.findConstructionAwaitingMaterials(Planetbase.Character,System.Collections.Generic.SortedList{System.Single,Planetbase.Buildable})"]

See Also