Actions right arrow Actions List right arrow Execute JavaScript right arrow Class List right arrow NodeObject

Contains information accessible from the current node.


Functions

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.

Parameters:
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.


Properties

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.