runtime_get_property
Retrieve any property from a node in the running game by path or live selector (class, name, text). Resolves fresh each call and returns the value with the matched path.
Instructions
Read a property of a node in the RUNNING game. Address by path (node path/name) OR a live selector: class (native or custom class_name) / name / text [+ nth, default 0]. The selector resolves fresh each call â no need to re-fetch volatile @Node@NN paths. Returns the value plus the 'resolved' path that matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nth | No | ||
| name | No | ||
| path | No | ||
| text | No | ||
| class | No | ||
| under | No | ||
| property | Yes |