ActionResponseEventArgs Class |
Namespace: Terrarium.Sdk.Classes.Creature.Events
The ActionResponseEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActionResponseEventArgs |
Creates a new set of EventArgs that can be used in events
to notify creatures of a completed action.
|
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 |
Returns a string representation of these event arguments
by calling the ToString method on the action field.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Action |
Retrieves the Acton that was completed.
|
![]() | ActionID |
Retrives the ID of the action.
|