123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- GDTEST_OK
- >> WARNING
- >> Line: 28
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 29
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 30
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 31
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "int_func()" requires the subtype "int" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 34
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 35
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 36
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 37
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "float_func()" requires the subtype "float" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 40
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "node_func()" requires the subtype "Node" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 41
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the function "node_func()" requires the subtype "Node" but the supertype "Object" was provided.
- >> WARNING
- >> Line: 47
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the constructor "Callable()" requires the subtype "Object" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 49
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the constructor "Dictionary()" requires the subtype "Dictionary" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 50
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the constructor "Vector2()" requires the subtype "Vector2" or "Vector2i" but the supertype "Variant" was provided.
- >> WARNING
- >> Line: 51
- >> UNSAFE_CALL_ARGUMENT
- >> The argument 1 of the constructor "int()" requires the subtype "int", "bool", or "float" but the supertype "Variant" was provided.
|