VNyan dictionaries
vnyan_dictPerform get, set, or clear operations on entries in VNyan's named dictionaries. These dictionaries are used by node graphs and the REST API.
Instructions
Get/set/clear entries in VNyan's named dictionaries - the same store JsonDictionaryNode and GetDictionaryValueNode use in node graphs, and where the REST API's payload lands. Source: plugin (live, read+write).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key (required for get/set) | |
| dict | Yes | Dictionary name | |
| value | No | Value (required for set) | |
| action | Yes | Which dictionary operation to perform |