Click or drag to resize
PlantStateGiveEnergy Method
The amount of energy a plant gets decreases linearly as you get away from the optimal

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void GiveEnergy(
	int availableLightPercentage
)

Parameters

availableLightPercentage
Type: SystemInt32
The amount of light available to give to this plant.
See Also