Click or drag to resize
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.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public ReproduceAction CurrentReproduceAction { get; }

Return Value

Type: ReproduceAction
A ReproduceAction object representing the current reproduction and the values passed into BeginReproduction.
See Also