Contains information accessible from the current node.
| void SetCurrentParent | ( | int | nodeId | ) |
Sets the node in the Virtual Tree identified by the given Id as the parent node while every action that is children of this Execute JavaScript action is being executed.
| nodeId | The Id of the node to be set as the new parent. |
| void SkipChildren | ( | ) |
If the current JavaScript returns true, executes this node without executing its child nodes.
| int Counter = 0 |
Counts the amount of iterations occurred over the current node.
| object UserData |
Can be used to store information accessible throughout the current Node.