OrganismCurrentReproduceAction Property |
After your creature has begun reproduction you can get the ReproduceAction object that
represents your creature's current reproduction. You can use this to examine
the dna byte array that will be passed to the child.
Namespace: Terrarium.Sdk.Classes.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic ReproduceAction CurrentReproduceAction { get; }
Public ReadOnly Property CurrentReproduceAction As ReproduceAction
Get
public:
property ReproduceAction^ CurrentReproduceAction {
ReproduceAction^ get ();
}
member CurrentReproduceAction : ReproduceAction with get
Return Value
Type:
ReproduceAction
A ReproduceAction object representing the current reproduction and the values
passed into BeginReproduction.
See Also