ReproduceCompletedEventArgs Class |
Special object used to hold arguments passed to the ReproduceCompletedEventHandler delegate. This class contains information about the results of reproduction.
Namespace: Terrarium.Sdk.Classes.Creature.Events
The ReproduceCompletedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReproduceCompletedEventArgs | Initializes a new instance of the ReproduceCompletedEventArgs 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 | Provides a string representation of this class for debugging purposes. |
Name | Description | |
---|---|---|
![]() | Action |
Retrieves the Acton that was completed.
(Inherited from ActionResponseEventArgs.) |
![]() | ActionID |
Retrives the ID of the action.
(Inherited from ActionResponseEventArgs.) |
![]() | ReproduceAction | 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. |