Click or drag to resize
PlantStateIncreaseRadiusTo Method
Increases the radius of the creature to a new radius. The game engine calls this whenever a plant grows. Since plants have other attributes that change the base implementation of this method must be overriden to also update the foodChunks property.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public override void IncreaseRadiusTo(
	int newRadius
)

Parameters

newRadius
Type: SystemInt32
The new radius of the creature.
See Also