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.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic ReproduceAction CurrentReproduceAction { get; set; }
Public Property CurrentReproduceAction As ReproduceAction
Get
Set
public:
property ReproduceAction^ CurrentReproduceAction {
ReproduceAction^ get ();
void set (ReproduceAction^ value);
}
member CurrentReproduceAction : ReproduceAction with get, set
Property Value
Type:
ReproduceAction
See Also