Click or drag to resize
OrganismStateCurrentReproduceAction Property
Used to obtain or modify the current action representing the creature's reproduction status. If this value is not null then the creature is reproducing.

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

Property Value

Type: ReproduceAction
See Also