unsafe_call_argument.out 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 28
  4. >> UNSAFE_CALL_ARGUMENT
  5. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  6. >> WARNING
  7. >> Line: 29
  8. >> UNSAFE_CALL_ARGUMENT
  9. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  10. >> WARNING
  11. >> Line: 30
  12. >> UNSAFE_CALL_ARGUMENT
  13. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  14. >> WARNING
  15. >> Line: 31
  16. >> UNSAFE_CALL_ARGUMENT
  17. >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
  18. >> WARNING
  19. >> Line: 34
  20. >> UNSAFE_CALL_ARGUMENT
  21. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  22. >> WARNING
  23. >> Line: 35
  24. >> UNSAFE_CALL_ARGUMENT
  25. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  26. >> WARNING
  27. >> Line: 36
  28. >> UNSAFE_CALL_ARGUMENT
  29. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  30. >> WARNING
  31. >> Line: 37
  32. >> UNSAFE_CALL_ARGUMENT
  33. >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
  34. >> WARNING
  35. >> Line: 40
  36. >> UNSAFE_CALL_ARGUMENT
  37. >> The argument 1 of the function "node_func()" requires the subtype "Node" but the supertype "Variant" was provided.
  38. >> WARNING
  39. >> Line: 41
  40. >> UNSAFE_CALL_ARGUMENT
  41. >> The argument 1 of the function "node_func()" requires the subtype "Node" but the supertype "Object" was provided.
  42. >> WARNING
  43. >> Line: 47
  44. >> UNSAFE_CALL_ARGUMENT
  45. >> The argument 1 of the constructor "Callable()" requires the subtype "Object" but the supertype "Variant" was provided.
  46. >> WARNING
  47. >> Line: 49
  48. >> UNSAFE_CALL_ARGUMENT
  49. >> The argument 1 of the constructor "Dictionary()" requires the subtype "Dictionary" but the supertype "Variant" was provided.
  50. >> WARNING
  51. >> Line: 50
  52. >> UNSAFE_CALL_ARGUMENT
  53. >> The argument 1 of the constructor "Vector2()" requires the subtype "Vector2" or "Vector2i" but the supertype "Variant" was provided.
  54. >> WARNING
  55. >> Line: 51
  56. >> UNSAFE_CALL_ARGUMENT
  57. >> The argument 1 of the constructor "int()" requires the subtype "int", "bool", or "float" but the supertype "Variant" was provided.