game_set_property
game_set_propertySet a property on a game node by specifying its path, property name, and value. Supports types like Vector2, Vector3, and Color.
Instructions
Set a property on a node in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to set. Use objects for vectors/colors | |
| nodePath | Yes | Path to the node | |
| property | Yes | Property name to set | |
| typeHint | No | Optional type hint: "Vector2", "Vector3", "Color" |