godot/modules/mono/glue
Ignacio Etcheverry 844a8d215b Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'
Up until now, 'GD.Print' would convert parameters first to
Variant and only then to String. This meant parameters that cannot be
converted to Variant would be printed as "Null".
This commit makes 'GD.Print' fallback to 'System.Object.ToString()'
if the parameter could not be converted to Variant.
The same applies to all 'GD.Print' variants:
'GD.PrintS', 'GD.PrintT', 'GD.PrintErr' and 'GD.PrintRaw'.
2020-01-02 13:54:20 +01:00
..
GodotSharp Mono/C#: Re-structure API solution and GodotTools post-build target 2019-12-28 20:48:55 +01:00
arguments_vector.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
base_object_glue.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
base_object_glue.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collections_glue.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
collections_glue.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_glue.cpp Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()' 2020-01-02 13:54:20 +01:00
gd_glue.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
glue_header.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
nodepath_glue.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
nodepath_glue.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rid_glue.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rid_glue.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
string_glue.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
string_glue.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00