Click or drag to resize
ConstructionComponentfindFree Method

[Missing <summary> documentation for "M:Planetbase.ConstructionComponent.findFree(Planetbase.Character,System.Int32,System.Boolean)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static ConstructionComponent findFree(
	Character character,
	int flag,
	bool emergency = false
)

Parameters

character
Type: PlanetbaseCharacter

[Missing <param name="character"/> documentation for "M:Planetbase.ConstructionComponent.findFree(Planetbase.Character,System.Int32,System.Boolean)"]

flag
Type: SystemInt32

[Missing <param name="flag"/> documentation for "M:Planetbase.ConstructionComponent.findFree(Planetbase.Character,System.Int32,System.Boolean)"]

emergency (Optional)
Type: SystemBoolean

[Missing <param name="emergency"/> documentation for "M:Planetbase.ConstructionComponent.findFree(Planetbase.Character,System.Int32,System.Boolean)"]

Return Value

Type: ConstructionComponent

[Missing <returns> documentation for "M:Planetbase.ConstructionComponent.findFree(Planetbase.Character,System.Int32,System.Boolean)"]

See Also