set_game_node_property
Set a property on a node in a running Godot game by providing the node path, property name, and new value.
Instructions
🔴 Game must be running. Set a property on a node in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path in the game tree | |
| value | No | New value for the property | |
| property | Yes | Property name to set |