Click or drag to resize
PlantStateCurrentMaxFoodChunks Property

Returns the number of food chunks this plant represents if it hasn't taken any damage. This along with the PercentInjured property can be used to compute the total remaining food chunks for a plant.

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

Return Value

Type: Int32
System.Int32 representing the maximum food chunks the plant can hold.
See Also