Scripting: Outputs
Jump to navigation
Jump to search
An Output is a special type of parameter on a Node that is computed upon access, and can not be modified directly. Outputs can be access just like a parameter, but can not be assigned a value. This differs from a Parameter which are generally mutable and not dynamical generated on each access.
Types do not have outputs, only Parameters.
Expressions and Scripting | |
---|---|
Concepts | Script Expressions · JavaScript |
Fundamentals | Constructors · Functions · Grammar · Operations · Outputs · Parameters · Referencing Nodes |
Advanced Topics | Flow Control · Consumer Functions · Loops and Iterations · Reference Chains |
Errors | Recursion · Script Exceptions · Syntax Errors · Try and Catch |