Click or drag to resize
OrganismStateRadius Property

Determines the actual radius of the creature. This is used to determine how close to maturity a creature has gotten or in various computations on attack, defense, and movement.

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

Return Value

Type: Int32
System.Int32 of the actual radius of the creature.
See Also