read_joint
Read physics joint configurations from Godot scene files. Specify a joint name to retrieve its settings, or get all joints.
Instructions
Read a physics joint config in a scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| joint_name | No | Specific joint node name (defaults to all joints) | |
| scene_path | Yes | Path to .tscn scene file |