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 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.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
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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_yield_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00