godot/modules/mono/mono_gd
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
..
android_mono_config.h
gd_mono.cpp
gd_mono.h
gd_mono_android.cpp
gd_mono_android.h
gd_mono_assembly.cpp
gd_mono_assembly.h
gd_mono_cache.cpp
gd_mono_cache.h
gd_mono_class.cpp
gd_mono_class.h
gd_mono_field.cpp
gd_mono_field.h
gd_mono_header.h
gd_mono_internals.cpp
gd_mono_internals.h
gd_mono_log.cpp
gd_mono_log.h
gd_mono_marshal.cpp
gd_mono_marshal.h
gd_mono_method.cpp
gd_mono_method.h
gd_mono_method_thunk.h
gd_mono_property.cpp
gd_mono_property.h
gd_mono_utils.cpp
gd_mono_utils.h
i_mono_class_member.h
managed_type.cpp
managed_type.h