game_get_property
Access any node's property in the running game by providing its path and property name.
Instructions
Get a property value from any node in the running game by its path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path to the node (e.g., "/root/Player", "/root/Main/Enemy") | |
| property | Yes | Property name to get (e.g., "position", "health", "visible") |