Read a VNyan node graph
vnyan_graph_readReads a VNyan graph slot, resolves connections to node/socket pairs, decodes message text, flags encrypted paths, audits for silent mistakes: duplicate blendshape writes, read-before-write parameters, invalid socket types.
Instructions
Parses one graph slot and resolves every connection to (node type, socket role, index) pairs, decodes MessageBoxNode documentation text, and flags AES-encrypted local-file-path values instead of dumping their ciphertext. Also returns a 'warnings' array auditing the graph for mistakes VNyan accepts silently: a blendshape written twice on one execution path, a parameter read before the node that writes it (so it reads the previous tick), a float wired into BlendshapeNode's int value socket, and MathExpNode on a fast timer. Source: disk, always readable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | Yes | 0 = redeems.json, 1 = redeems1.json, 2 = redeems2.json, ... |