Click or drag to resize
ActionResponseEventArgs Class
Base class used to define other events that are in response to an action
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 abstract class ActionResponseEventArgs : OrganismEventArgs

The ActionResponseEventArgs type exposes the following members.

Constructors
  NameDescription
Protected methodActionResponseEventArgs
Creates a new set of EventArgs that can be used in events to notify creatures of a completed action.
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
Returns a string representation of these event arguments by calling the ToString method on the action field.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyAction
Retrieves the Acton that was completed.
Public propertyActionID
Retrives the ID of the action.
Top
See Also