Click or drag to resize
BornEventArgsDna Property

Provides a method for a child to retrieve Dna in the form of a byte[] from their parents. This property may be null if the parent chose not to pass any Dna to the 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 byte[] Dna { get; }

Return Value

Type: Byte
a System.Byte[] of special data usable by a child creature.
See Also