Custom Reporter
This feature is suitable for projects that require a lot of recursive operations or need to compress program content. you can eliminate unnecessary variables and blocks by customizing a reporter.
How to
- Click 'Functions' in category menu.
- Click 'Make a Function' button.
- customize your reporter by yourself, then check 'Custom reporter'.
- Click 'Ok'.
- Define this function, You should return something at last.
Tips
- Currently ClipCC is undefined for short-circuiting operations of logical operations and the order in which parameters are calculated. This issue may be fixed later, but you should still make sure that your current project does not have behavior that depends on these features.
- For the safety of your project's running, please keep recursive calls to a minimum.
- You cannot edit the type of your custom block.
- To avoid confusing the parameters with the custom reporter, we adjusted the original colors.