describe_object
Retrieve a live Godot object's properties as JSON by supplying a res:// path, node path, or class name. Resolves runtime nodes even while the game is running.
Instructions
Dump a live object's properties as JSON. target = a res:// path, a node name/path in the OPEN scene, or a class name (falls back to describe_class). While a game is running it also resolves live nodes (/root/Main/Player), the same paths runtime_get_property takes; the answer says which scope it came from, since the edited scene and the running game share one path syntax but are different worlds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |