ISpeciesMaximumEnergyPerUnitRadius Property |
The maximum amount of energy a creature can store for every unit of Radius
it has grown. This allows larger creatures to store more energy than
smaller creatures.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxint MaximumEnergyPerUnitRadius { get; }
ReadOnly Property MaximumEnergyPerUnitRadius As Integer
Get
property int MaximumEnergyPerUnitRadius {
int get ();
}
abstract MaximumEnergyPerUnitRadius : int with get
Return Value
Type:
Int32
System.Int32 representing the maximum amount of energy a creature can store per unit radius.
See Also