get_node_properties
Retrieve all properties from a specific node in a Godot scene file to inspect or analyze its configuration and behavior.
Instructions
Get all properties on a specific node in a scene.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Path to the .tscn file | |
| nodePath | Yes | Node path within the scene |