virtualx-engine/modules/visual_script
Ignacio Etcheverry c16d00591b DocData and type hints fixes
- Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types
- Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string.
- PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void.
- Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant.
2017-08-29 19:40:21 +02:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
register_types.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
visual_script.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_builtin_funcs.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_builtin_funcs.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_expression.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_expression.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_flow_control.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_flow_control.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_func_nodes.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_func_nodes.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_nodes.cpp DocData and type hints fixes 2017-08-29 19:40:21 +02:00
visual_script_nodes.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_yield_nodes.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script_yield_nodes.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00