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.
Namespace: Terrarium.Sdk.Classes.Creature.Events
The BornEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | BornEventArgs | Initializes a new instance of the BornEventArgs class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Used to get string information about this event args for debugging purposes. |
Name | Description | |
---|---|---|
![]() | Dna | 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. |