: watch signals¶
Watch all signals on result of the given expression (the expression should return Object)
Usage: : watch signals [OPTIONS] <EXPRESSION>...
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<EXPRESSION> | The Expression to evaluate |
Options¶
| Name | Description | Possible values | Default |
|---|---|---|---|
-u--use-instance-id | If set, looks up the found object using its instance ID instead of using get_node(). Should be way faster, but the watch will break if you reload the main scene. (Note - this flag is only used if the expression returned a Node, else the flag is forced to be always true) | true, false | |
-s--style | The style of the watch name to use | name, name-with-id, path | name |