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.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic byte[] Dna { get; }
Public ReadOnly Property Dna As Byte()
Get
public:
property array<unsigned char>^ Dna {
array<unsigned char>^ get ();
}
member Dna : byte[] with get
Return Value
Type:
Byte
a System.Byte[] of special data usable by a child creature.
See Also