Description

This function sets the value on a designated output pin of the Javascript node.

This is useful in combination of the node.sendTriggerEvent() function to immediately send data from the Javascript node to other nodes in the Graph.

Values set with this function will not display dynamically in a Value node.


Syntax

node.setValue("OUTPUT PIN", VALUE);

Parameters

Parameter Type Description
OUTPUT PIN String Name of the output pin on which to set a value
VALUE Variant Value to set

Return

This function does not return anything.


Example


Coming soon.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.