Category:Commands
From Wiki077
These are the commands in the Tscript scripting language used in TouchDesigner.
Type help in the Textport to get a list of all Tscript commands, or help commandname.
Select Commands and Expressions from the Help menu to open the command help dialog.
Commands can contain Expressions between backquotes, such as: echo sine of 45 degrees is `sin(45)`
Sweet Sixteen Commands
| Command | Purpose | Related Command |
|---|---|---|
| opparm | Put a value in a parameter of an operator. | parmls |
| tabcell | Put a value in the cell of a specific columns or rows from a DAT. | type, tabinsert |
| set | Set a variable to a value. | rvar, cvar |
| echo | Echo a string to the textport. | ex |
| if | Conditional check. | |
| for | Looping. | foreach, while |
| cc | Go to a different current component. | pc, lc, lf |
| opadd | Create a new node. | oprm |
| opscript | Show all parameter settings of a node as a script. | opset, opwire |
| run | Run a script in another DAT. | include, delay |
| args | Set values sent to a script to variables. | |
| click | Operate a panel gadget. | vclick |
| view | View a node in a floating window. | controlpanel |
| send | Send a message by UDP, TCP/IP, serial, OSC. | |
| opcook | Force a node to cook. | |
| find | Search for a string. |
Pages in category "Commands"
The following 188 pages are in this category, out of 188 total.
