directOutput
If directOutput TRUE, then you can access node fields in a script like so:
function foo (node)
{
tr.addChildren = node // If 'tr' is of type SFNode
}
Note: directOutput must only be TRUE if you directly access a node's fields like this:
function (childrenToAdd)
{
group .children = childrenToAdd; // Directly access children field of Group.
}
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator