Click or drag to resize
SeedSpreadDistanceAttribute Constructor
Creates a new attribute that can be used on plants to specify how far new children can appear from the plant. This attribute isn't implemented in the current Terrarium.

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public SeedSpreadDistanceAttribute(
	int seedSpreadDistance
)

Parameters

seedSpreadDistance
Type: SystemInt32
The distance seeds can spread.
See Also