Click or drag to resize
ConstructionComponentupdateHeal Method

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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool updateHeal(
	Character character,
	float timeStep,
	out bool done
)

Parameters

character
Type: PlanetbaseCharacter

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

timeStep
Type: SystemSingle

[Missing <param name="timeStep"/> documentation for "M:Planetbase.ConstructionComponent.updateHeal(Planetbase.Character,System.Single,System.Boolean@)"]

done
Type: SystemBoolean

[Missing <param name="done"/> documentation for "M:Planetbase.ConstructionComponent.updateHeal(Planetbase.Character,System.Single,System.Boolean@)"]

Return Value

Type: Boolean

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

See Also