td_set_content
Writes text or table content to a DAT node, overwriting existing data. Specify the node path and the text or 2D table array to set.
Instructions
Write text or table content into a DAT node (overwrites existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a DAT node | |
| text | No | Text content to write (for Text DATs, Script DATs, etc.) | |
| table | No | Table content as 2D array of strings (for Table DATs) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |