ToolParams
Jump to navigation
Jump to search
toolParams
Sets additional tool parameters in a toolbox.
The tool is looked up by the given path and the string parameters are passed to it. The tool is responsible for how the parameters are intepreted.
Lua Syntax:
toolParams(toolPath, params)
Arguments
toolPath
- "string" - Name of the tool or a path of two tool names separated by '|'.
params
- {"string1","string2",...} - The string parameters passed to the tool, each string should be of the form 'paramname=value'.
Flags
Return Values
- true
- Tool has been found.
- false
- Invalid tool name or path.