ActionResponseEventArgsAction Property |
Retrieves the Acton that was completed.
Namespace: Terrarium.Sdk.Classes.Creature.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Action Action { get; }
Public ReadOnly Property Action As Action
Get
public:
property Action^ Action {
Action^ get ();
}
member Action : Action with get
Property Value
Type:
Action
See Also