get_node_without_onready.out 1.1 KB

12345678910111213141516171819202122
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 5
  4. >> GET_NODE_DEFAULT_WITHOUT_ONREADY
  5. >> The default value is using "$" which won't return nodes in the scene tree before "_ready()" is called. Use the "@onready" annotation to solve this.
  6. >> WARNING
  7. >> Line: 6
  8. >> GET_NODE_DEFAULT_WITHOUT_ONREADY
  9. >> The default value is using "get_node()" which won't return nodes in the scene tree before "_ready()" is called. Use the "@onready" annotation to solve this.
  10. >> WARNING
  11. >> Line: 7
  12. >> GET_NODE_DEFAULT_WITHOUT_ONREADY
  13. >> The default value is using "get_node()" which won't return nodes in the scene tree before "_ready()" is called. Use the "@onready" annotation to solve this.
  14. >> WARNING
  15. >> Line: 8
  16. >> GET_NODE_DEFAULT_WITHOUT_ONREADY
  17. >> The default value is using "get_node()" which won't return nodes in the scene tree before "_ready()" is called. Use the "@onready" annotation to solve this.
  18. >> WARNING
  19. >> Line: 9
  20. >> GET_NODE_DEFAULT_WITHOUT_ONREADY
  21. >> The default value is using "$" which won't return nodes in the scene tree before "_ready()" is called. Use the "@onready" annotation to solve this.
  22. warn