Click or drag to resize
ReproduceCompletedEventArgsReproduceAction Property

Provides information about the original ReproduceAction and the parameters passed into the BeginReproduction method. This can be used to retrieve the Dna byte array that was passed to your creature's child.

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

Return Value

Type: ReproduceAction
ReproduceAction representing the original values passed to BeginReproduction.
See Also