virtualx-engine/modules/visual_script
George Marques 0284727e7b
Create API to add and remove VisualScript custom nodes
This makes a VisualScriptEditor singleton, which gives plugins the
ability to register their own custom nodes. Those will be available for
insertion in the Visual Script editor, under the "Custom Nodes"
category.
2017-11-15 17:13:13 -02:00
..
doc_classes Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -02:00
config.py Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -02:00
register_types.cpp Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -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 Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -02:00
visual_script.h Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -02:00
visual_script_builtin_funcs.cpp Merge pull request #12035 from Chaosus/wrapfunc 2017-10-31 23:30:50 +01:00
visual_script_builtin_funcs.h Merge pull request #12035 from Chaosus/wrapfunc 2017-10-31 23:30:50 +01:00
visual_script_editor.cpp Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -02:00
visual_script_editor.h Create API to add and remove VisualScript custom nodes 2017-11-15 17:13:13 -02:00
visual_script_expression.cpp Add support for the TAU constant. Fixes #12094. 2017-11-12 13:32:35 +01: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 Move singleton management from ProjectSettings to Engine 2017-11-14 15:15:13 +01: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 Move singleton management from ProjectSettings to Engine 2017-11-14 15:15:13 +01:00
visual_script_nodes.h Add support for the TAU constant. Fixes #12094. 2017-11-12 13:32:35 +01:00
visual_script_yield_nodes.cpp Refactor Fixed to Physics 2017-10-21 21:28:08 +07:00
visual_script_yield_nodes.h Renamed fixed_process to physics_process 2017-09-30 16:19:07 +02:00