Click or drag to resize
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.Events
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
protected ActionResponseEventArgs(
	int actionID,
	Action action
)

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