Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

pixc.report()

 0 Minutes

 0 Likes

 1132 Views

pixc.report()

 

The report() built-in function allows you to control the values shown in the attribute field of the action

The counterpart to pixc.report() is pixc.surpressReport(), which prevents updating values in the attribute field.


 

No use of report()

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.report() to the attribute field. But these are not saved in a value in the background to be useable in the Lua code, it is a blunt display without logic.

 


 

Use of pixc.report()

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

 


Use of pixc.suppressCallRefs()

This function blocks the forwarding in the attribute field so that no changes are made to the attribute field

 


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

Was this article helpful?