ActionResponseEventArgs Constructor |
Creates a new set of EventArgs that can be used in events
to notify creatures of a completed action.
Namespace: Terrarium.Sdk.Classes.Creature.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxprotected ActionResponseEventArgs(
int actionID,
Action action
)
Protected Sub New (
actionID As Integer,
action As Action
)
protected:
ActionResponseEventArgs(
int actionID,
Action^ action
)
new :
actionID : int *
action : Action -> ActionResponseEventArgs
Parameters
- actionID
- Type: SystemInt32
The ID of the action that was completed. - action
- Type: Terrarium.Sdk.Classes.ActionsAction
The action that was completed.
See Also