godot/modules/visual_script
Leonard Meagher f7eb426e2e Allow overriding how scripted objects are converted to strings
solves #26796

- ADD `String to_string()` method to Object which can be overriden by `String _to_string()` in scripts
- ADD `String to_string(r_valid)` method to ScriptInstance to allow langauges to control how scripted objects are converted to strings
- IMPLEMENT to_string for GDScriptInstance, VisualScriptInstance, and NativeScriptInstance
- ADD Documentation about `Object.to_string` and `Object._to_string`
- Changed `Variant::operator String` to use `obj->to_string()`
2019-05-03 15:06:05 -07:00
..
doc_classes Merge pull request #27231 from Chaosus/smoothstep 2019-04-08 10:03:42 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script_builtin_funcs.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
visual_script_builtin_funcs.h Added smoothstep built-in function 2019-04-07 14:11:26 +03:00
visual_script_editor.cpp Properly handle different border widths in rounded corner aa 2019-03-19 11:51:32 +01:00
visual_script_editor.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_expression.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
visual_script_expression.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_flow_control.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_flow_control.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_func_nodes.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
visual_script_func_nodes.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_nodes.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_nodes.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_property_selector.cpp Fix -Wsign-compare warnings. 2019-02-27 07:45:57 +01:00
visual_script_property_selector.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_yield_nodes.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_yield_nodes.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script.cpp Allow overriding how scripted objects are converted to strings 2019-05-03 15:06:05 -07:00
visual_script.h Allow overriding how scripted objects are converted to strings 2019-05-03 15:06:05 -07:00