Handbook · Reference · Blockly · Shared functions
Blockly: Shared functions
Where in the UI. Scripts tab toolbox.
Call shared functions and return values.
| Block id | Read as | Purpose |
|---|---|---|
containd_call_shared_function | call shared function | Call a project-wide shared Blockly function |
containd_shared_function_param | shared function param | Read a parameter declared on this shared function (Setup tab) |
containd_return_value | return value | Return a value from a shared function body |
containd_return | return | Return from a shared function body |