classref: Sync with current 3.4 branch

This commit is contained in:
Rémi Verschelde
2021-07-26 16:47:42 +02:00
parent 382d2960ec
commit a0ea14e62a
166 changed files with 6697 additions and 1745 deletions

View File

@@ -11,7 +11,12 @@ VisualScriptFunction
**Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
A Visual Script node representing a function.
Description
-----------
``VisualScriptFunction`` represents a function header. It is the starting point for the function body and can be used to tweak the function's properties (e.g. RPC mode).
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`