Pārlūkot izejas kodu

function call operator added to operator table

Pawel Lampe 5 gadi atpakaļ
vecāks
revīzija
fa5a7c2761

+ 2 - 0
getting_started/scripting/gdscript/gdscript_basics.rst

@@ -250,6 +250,8 @@ The following is the list of supported operators and their precedence.
 +---------------------------------------------------------------+-----------------------------------------+
 | ``x.attribute``                                               | Attribute reference                     |
 +---------------------------------------------------------------+-----------------------------------------+
+| ``foo()``                                                     | Function call                           |
++---------------------------------------------------------------+-----------------------------------------+
 | ``is``                                                        | Instance type checker                   |
 +---------------------------------------------------------------+-----------------------------------------+
 | ``~``                                                         | Bitwise NOT                             |