1using System.Threading.Tasks;
30 base.OnChildNodesUpdated();
32 this.actions = this.GetChildElements<IActionNode>();
Abstract base class for action nodes that contain other action nodes.
IActionNode[] Actions
Action nodes
ActionContainer()
Abstract base class for action nodes that contain other action nodes.
override void OnChildNodesUpdated()
Method called whenever ChildNodes is updated.
override async Task Execute(EvaluationArguments Arguments)
Evaluates the action node
Abstract base class for State-Machine action nodes.
Contains information required for evaluating script in a state-machine.
Interface for action nodes
Task Execute(EvaluationArguments Arguments)
Evaluates the action node