Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

pixc.callRefs

 0 Minutes

 0 Likes

 1389 Views

pixc.callRefs()

 

The callRefs() built-in function allows you to control the parameter values passed along the connections between actions (the "references" to other actions).

The counterpart to pixc.callRefs is pixc.surpressCallRefs, which prevents data from being passed on automatically


 

No use of pixc.callRefs()

This function is used to pass values in a node based system, if this function is not used in an action, it is automatically created in the Lua core. 
Empty actions like this automatically forward the input value pixc.callRefs(any) is added in the background.

 


 

Use of pixc.callRefs()

This one uses a pixc.callRefs, so the variable that was sent to the module is ignored and only what was specified in callRefs is passed on.

 


Use of pixc.suppressCallRefs()

This function blocks the forwarding in the Node system so that no further actions are called that were connected in the Node system.

 


Pixera 2.0.124 | 11. July 2024 | J.B.

 

Was this article helpful?