VNyan node type schema
vnyan_node_schemaLook up a VNyan node type's socket layout and default value keys, or list all known types without needing a connection.
Instructions
Looks up a node type's socket layout (exec-in/out and value-in/out counts, field names in socket order, and the values[] keys VNyan writes by default) - or lists all known node types when 'type' is omitted. Derived by decompiling Assembly-CSharp and extracting each node class's declared socket fields; possiblyIncomplete: true means the values[] key list may be missing one entry (usually an encrypted file-path field). Source: bundled reference data (offline, no VNyan connection needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | e.g. 'CallTriggerNode' - omit to list all ~300 known types |