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.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic SeedSpreadDistanceAttribute(
int seedSpreadDistance
)
Public Sub New (
seedSpreadDistance As Integer
)
public:
SeedSpreadDistanceAttribute(
int seedSpreadDistance
)
new :
seedSpreadDistance : int -> SeedSpreadDistanceAttribute
Parameters
- seedSpreadDistance
- Type: SystemInt32
The distance seeds can spread.
See Also