Update getting_started.rst

This commit is contained in:
corrigentia
2018-12-06 15:45:49 +02:00
committed by GitHub
parent 57d6bf92f9
commit 4adf04e45a

View File

@@ -34,7 +34,7 @@ must be ".vs" (for Visual Script!).
.. image:: img/visual_script4.png
Finally, the Script Editor will open, allowing to start the editing of the visual script:
Finally, the Script Editor will open, allowing you to start editing the visual script:
.. image:: img/visual_script5.png
@@ -106,9 +106,9 @@ connected to it:
Creating a Function Manually
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The last way to create functions is to do it manually. In general this is not as common unless you
The last way to create functions is to do it manually. In general, this is not as common unless you
really need it. Custom functions work when another (or the same) script calls them manually.
The main use case for this is to separate a function into more, or reusing your visual code.
The main use cases for this are breaking a larger function up into several manageable chunks and reusing your visual code.
To create a function manually, push the big "Plus" button, and a new function will be added
with a default name: