Click or drag to resize
PlantStatePercentInjured Property

Returns the amount of defoliation this plant has lived through. This is a percentage total with 100 representing a full defoliated or dead plant, and 0 representing a fully healthy plant.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public override double PercentInjured { get; }

Return Value

Type: Double
System.Double representing the percentage of defoliation on a plant.
See Also