Click or drag to resize
BornEventArgs Class

Special object used to hold arguments passed to the BornEventHandler delegate. Currently only a byte[] containing special initialization values for the new born creature is available.

Inheritance Hierarchy

Namespace: Terrarium.Sdk.Classes.Creature.Events
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
[SerializableAttribute]
public class BornEventArgs : OrganismEventArgs

The BornEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBornEventArgs
Initializes a new instance of the BornEventArgs class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString

Used to get string information about this event args for debugging purposes.

(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyDna

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.

Top
See Also