godot/modules/visual_script
Hugo Locurcio f7f6115f76
Proofread and improve the whole class reference
- Document a few more properties and methods
- Add more information to many classes
- Fix lots of typos and gramar mistakes
- Use [code] tags for parameters consistently
- Use [b] and [i] tags consistently
- Put "Warning:" and "Note:" on their own line to be more visible,
  and make them always bold
- Tweak formatting in code examples to be more readable
- Use double quotes consistently
- Add more links to third-party technologies
2019-06-27 22:30:19 +02:00
..
doc_classes Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
register_types.cpp
register_types.h
SCsub
visual_script_builtin_funcs.cpp Added move_toward functions for float, Vector2 and Vector3 2019-05-28 11:39:35 +01:00
visual_script_builtin_funcs.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_editor.cpp Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_editor.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_expression.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
visual_script_expression.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_flow_control.cpp
visual_script_flow_control.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_func_nodes.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
visual_script_func_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_nodes.cpp
visual_script_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_property_selector.cpp Fix always true/false values 2019-06-20 16:59:48 +02:00
visual_script_property_selector.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_yield_nodes.cpp
visual_script_yield_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script.cpp Fix always true/false values 2019-06-20 16:59:48 +02:00
visual_script.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00